From 5023da62ecb8a008a9dc67b29516ac707f07f3a0 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 8 Jun 2019 12:50:29 +0200 Subject: Add hive syntax, closes #396 --- ftplugin/hive.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ftplugin/hive.vim (limited to 'ftplugin') 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 -- cgit v1.2.3