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:
Christian Clason
2024-11-19 22:29:18 +01:00
committed by Christian Clason
parent fd57f39766
commit de9ed1ca54
4 changed files with 131 additions and 0 deletions

View File

@@ -653,6 +653,8 @@ local extension = {
jsp = 'jsp',
jl = 'julia',
just = 'just',
kl = 'karel',
KL = 'karel',
kdl = 'kdl',
kv = 'kivy',
kix = 'kix',