Loading syntax/nginx.vim +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ if exists("b:current_syntax") finish end let s:save_cpo = &cpo set cpo&vim " general syntax if has("patch-7.4.1142") Loading Loading @@ -2485,4 +2488,7 @@ hi def link ngxDirectiveThirdPartyDeprecated Error hi def link ngxListenOptions Keyword hi def link ngxListenOptionsDeprecated Error let &cpo = s:save_cpo unlet s:save_cpo let b:current_syntax = "nginx" Loading
syntax/nginx.vim +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ if exists("b:current_syntax") finish end let s:save_cpo = &cpo set cpo&vim " general syntax if has("patch-7.4.1142") Loading Loading @@ -2485,4 +2488,7 @@ hi def link ngxDirectiveThirdPartyDeprecated Error hi def link ngxListenOptions Keyword hi def link ngxListenOptionsDeprecated Error let &cpo = s:save_cpo unlet s:save_cpo let b:current_syntax = "nginx"