]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0874: filetype: karel files are not detected v9.1.0874
authorKirill Morozov <kirill@robotix.pro>
Tue, 19 Nov 2024 19:36:22 +0000 (20:36 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 19 Nov 2024 19:36:22 +0000 (20:36 +0100)
commitfdac54d7bbf6d68a8bf741e734b86d0f1998ac86
tree005fe2c7d00b9a425f1c3d8b7d341e81a36bf76f
parent9a65a8c270f3f101b59b63f5252c7e96549bed2d
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: #16075

Co-authored-by: KnoP-01 <knosowski@graeffrobotics.de>
Signed-off-by: Kirill Morozov <kirill@robotix.pro>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/filetype.vim
runtime/ftplugin/karel.vim [new file with mode: 0644]
runtime/syntax/karel.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c