summaryrefslogtreecommitdiffstats
path: root/syntax/cql.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/cql.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/cql.vim b/syntax/cql.vim
index acdd5030..2b6eeea5 100644
--- a/syntax/cql.vim
+++ b/syntax/cql.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'cql') == -1
+
" Vim syntax file
" Language: cql
" Maintainer: Eric Lubow <eric@lubow.org
@@ -130,4 +131,5 @@ endif
let b:current_syntax = "cql"
+
endif