diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/hive.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/hive.vim b/ftplugin/hive.vim new file mode 100644 index 00000000..70daab7d --- /dev/null +++ b/ftplugin/hive.vim @@ -0,0 +1,6 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'hive') != -1 + finish +endif + +setlocal comments=:-- +setlocal commentstring=--\ %s |