summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/karel.vim
AgeCommit message (Collapse)AuthorFiles
2024-11-20vim-patch:9.1.0874: filetype: karel files are not detectedChristian Clason1
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 https://github.com/vim/vim/commit/fdac54d7bbf6d68a8bf741e734b86d0f1998ac86 Co-authored-by: Kirill Morozov <kirill@robotix.pro> Co-authored-by: KnoP-01 <knosowski@graeffrobotics.de>