mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.1.0874: filetype: karel files are not detected
Problem: filetype: karel files are not detected
Solution: detect '*.kl' files as karel filetype,
include syntax and filetype plugin
(Kirill Morozov)
closes: vim/vim#16075
fdac54d7bb
Co-authored-by: Kirill Morozov <kirill@robotix.pro>
Co-authored-by: KnoP-01 <knosowski@graeffrobotics.de>
This commit is contained in:
committed by
Christian Clason
parent
fd57f39766
commit
de9ed1ca54
@@ -653,6 +653,8 @@ local extension = {
|
||||
jsp = 'jsp',
|
||||
jl = 'julia',
|
||||
just = 'just',
|
||||
kl = 'karel',
|
||||
KL = 'karel',
|
||||
kdl = 'kdl',
|
||||
kv = 'kivy',
|
||||
kix = 'kix',
|
||||
|
||||
Reference in New Issue
Block a user