summaryrefslogtreecommitdiffstats
path: root/ftplugin/hive.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/hive.vim')
-rw-r--r--ftplugin/hive.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/hive.vim b/ftplugin/hive.vim
index c7ceb774..dc950624 100644
--- a/ftplugin/hive.vim
+++ b/ftplugin/hive.vim
@@ -1,4 +1,6 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'hive') == -1
+
setlocal comments=:--
setlocal commentstring=--\ %s
+
endif