summaryrefslogtreecommitdiffstats
path: root/syntax/hive.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/hive.vim')
-rw-r--r--syntax/hive.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/hive.vim b/syntax/hive.vim
index bc0b7fd4..12a87f8e 100644
--- a/syntax/hive.vim
+++ b/syntax/hive.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'hive') == -1
+
" Vim syntax file
" Language: HIVE Query Language
" Maintainer: German Lashevich <german.lashevich@gmail.com>
@@ -134,4 +135,5 @@ hi link hiveVar Special
let b:current_syntax = "hive"
" vim: ts=4
+
endif