1
0
forked from aniani/vim

patch 8.2.2392: fennel filetype not recognized

Problem:    Fennel filetype not recognized.
Solution:   Detect with pattern and hashbang. (Chinmay Dalal, closes #7729)
This commit is contained in:
Bram Moolenaar
2021-01-22 20:55:04 +01:00
parent 0d3de8cb59
commit 402115f1c2
4 changed files with 11 additions and 0 deletions

View File

@@ -589,6 +589,9 @@ au BufNewFile,BufRead *.fan,*.fwt setf fan
" Factor
au BufNewFile,BufRead *.factor setf factor
" Fennel
autocmd BufRead,BufNewFile *.fnl setf fennel
" Fetchmail RC file
au BufNewFile,BufRead .fetchmailrc setf fetchmail