summaryrefslogtreecommitdiffstats
path: root/ftplugin
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-06-08 12:50:29 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-06-08 12:50:29 +0200
commit5023da62ecb8a008a9dc67b29516ac707f07f3a0 (patch)
treec1388595537bacf9798a7d7f6180d55bbbec6022 /ftplugin
parent957228cc25960601577f490ccfb8aec0a28751ee (diff)
downloadvim-polyglot-5023da62ecb8a008a9dc67b29516ac707f07f3a0.tar.gz
vim-polyglot-5023da62ecb8a008a9dc67b29516ac707f07f3a0.zip
Add hive syntax, closes #396
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/hive.vim6
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