summaryrefslogtreecommitdiffstats
path: root/syntax/nginx.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/nginx.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/nginx.vim b/syntax/nginx.vim
index 7b0822a3..4c6a901d 100644
--- a/syntax/nginx.vim
+++ b/syntax/nginx.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
+
" Vim syntax file
" Language: nginx.conf
" Maintainer: Chris Aumann <me@chr4.org>
@@ -2304,4 +2305,5 @@ hi link ngxGzipOn Error
hi link ngxSSLCipherInsecure Error
hi link ngxThirdPartyLuaBlock Function
+
endif