mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 06:31:16 +00:00
vim-patch:9.1.2061: filetype: Koka files are not recognized
Problem: filetype: Koka files are not recognized
Solution: Detect *.kk files as koka filetype (Hoang Nguyen).
Reference:
- https://koka-lang.github.io/koka/doc/index.html
closes: vim/vim#19104
969a4a0ba5
Co-authored-by: Hoang Nguyen <folliekazetani@protonmail.com>
This commit is contained in:
@@ -691,6 +691,7 @@ local extension = {
|
||||
kerml = 'kerml',
|
||||
kv = 'kivy',
|
||||
kix = 'kix',
|
||||
kk = 'koka',
|
||||
kos = 'kos',
|
||||
kts = 'kotlin',
|
||||
kt = 'kotlin',
|
||||
|
||||
Reference in New Issue
Block a user