diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/hive.vim | 2 |
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 |