mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Add fennel support, closes #514
This commit is contained in:
@@ -1147,6 +1147,10 @@ if index(g:polyglot_disabled, 'jsonnet') == -1
|
||||
au BufNewFile,BufRead *.libsonnet set ft=jsonnet
|
||||
endif
|
||||
|
||||
if index(g:polyglot_disabled, 'fennel') == -1
|
||||
au BufNewFile,BufRead *.fnl set ft=fennel
|
||||
endif
|
||||
|
||||
" restore Vi compatibility settings
|
||||
let &cpo = s:cpo_save
|
||||
unlet s:cpo_save
|
||||
Reference in New Issue
Block a user