Add fennel support, closes #514

This commit is contained in:
Adam Stankiewicz
2020-08-18 23:09:35 +02:00
parent ee4f51587d
commit e521ba3ae2
7 changed files with 655 additions and 1 deletions

View File

@@ -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