mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
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: vim/vim#14699
a01968448a
Co-authored-by: Yorick Peterse <git@yorickpeterse.com>
This commit is contained in:
@@ -545,6 +545,7 @@ local extension = {
|
||||
inf = 'inform',
|
||||
INF = 'inform',
|
||||
ii = 'initng',
|
||||
inko = 'inko',
|
||||
inp = detect.inp,
|
||||
ms = detect_seq(detect.nroff, 'xmath'),
|
||||
iss = 'iss',
|
||||
|
||||
Reference in New Issue
Block a user