mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Add hive syntax, closes #396
This commit is contained in:
@@ -504,6 +504,15 @@ autocmd BufNewFile,BufRead *.hx setf haxe
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'hive') == -1
|
||||
augroup filetypedetect
|
||||
" hive, from hive.vim in zebradil/hive.vim
|
||||
autocmd BufNewFile,BufRead *.hql set filetype=hive
|
||||
autocmd BufNewFile,BufRead *.ql set filetype=hive
|
||||
autocmd BufNewFile,BufRead *.q set filetype=hive
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1
|
||||
augroup filetypedetect
|
||||
" i3, from i3config.vim in mboughaba/i3config.vim
|
||||
|
||||
Reference in New Issue
Block a user