]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(kivy): update kivy syntax, include ftplugin
authorRiley Bruins <ribru17@hotmail.com>
Sun, 7 Jul 2024 18:53:04 +0000 (20:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 7 Jul 2024 18:53:04 +0000 (20:53 +0200)
commit8906e22df5223e012092eaee491a00534ba9f4b5
tree1a1336e6353fb2f6b9ec7358cb67bbcc83bac592
parentb5a92d72eb494a4a8a330bbd266fb4c4c5bef366
runtime(kivy): update kivy syntax, include ftplugin

Kivy uses "#:" for preprocessing commands (like "#:import ...") which
were overridden by the comment syntax. This has been changed, and a
commentstring has been added.

closes: #15163

Signed-off-by: Riley Bruins <ribru17@hotmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/ftplugin/kivy.vim [new file with mode: 0644]
runtime/syntax/kivy.vim