summaryrefslogtreecommitdiffstats
path: root/syntax/vcl.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/vcl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/vcl.vim b/syntax/vcl.vim
index 476e4dda..e315fbf1 100644
--- a/syntax/vcl.vim
+++ b/syntax/vcl.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vcl') == -1
+
" Vim syntax file
" Filename: vcl.vim
" Language: Varnish configuation Language, http://www.varnish-cache.org/wiki/VCL
@@ -105,4 +106,5 @@ hi link vclModes Operator
hi link vclOption Identifier
hi link vclNumber Number
hi link vclNumberTime Number
+
endif