forked from aniani/vim
patch 9.1.0390: filetype: inko files are not recognized
Problem: filetype: inko files are not recognized
Solution: Detect '*.inko' as ink filetype
(Yorick Peterse)
See:
- https://github.com/inko-lang/inko.vim
- https://inko-lang.org/
closes: #14699
Signed-off-by: Yorick Peterse <git@yorickpeterse.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
54e79157c5
commit
a01968448a
@@ -1103,6 +1103,9 @@ au BufNewFile,BufRead *.ini,*.INI setf dosini
|
||||
" SysV Inittab
|
||||
au BufNewFile,BufRead inittab setf inittab
|
||||
|
||||
" Inko
|
||||
au BufNewFile,BufRead *.inko setf inko
|
||||
|
||||
" Inno Setup
|
||||
au BufNewFile,BufRead *.iss setf iss
|
||||
|
||||
|
||||
Reference in New Issue
Block a user