mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vim-patch:56e8ed6: runtime(kivy): Updated maintainer info for syntax script
closes: vim/vim#15405
56e8ed6162
Co-authored-by: Corey Prophitt <git@prophitt.me>
This commit is contained in:
parent
6bb40f3dbf
commit
479af3b006
@ -1,9 +1,9 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Kivy
|
" Language: Kivy
|
||||||
" Maintainer: Corey Prophitt <prophitt.corey@gmail.com>
|
" Maintainer: Corey Prophitt <corey@prophitt.me>
|
||||||
" Last Change: Jul 6th, 2024
|
" Last Change: Jul 31st, 2024
|
||||||
" Version: 1
|
" Version: 1
|
||||||
" URL: http://kivy.org/
|
" URL: https://kivy.org/
|
||||||
|
|
||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
@ -13,7 +13,7 @@ endif
|
|||||||
syn include @pyth $VIMRUNTIME/syntax/python.vim
|
syn include @pyth $VIMRUNTIME/syntax/python.vim
|
||||||
|
|
||||||
" Kivy language rules can be found here
|
" Kivy language rules can be found here
|
||||||
" http://kivy.org/docs/guide/lang.html
|
" https://kivy.org/doc/stable/guide/lang.html
|
||||||
|
|
||||||
" Define Kivy syntax
|
" Define Kivy syntax
|
||||||
syn match kivyPreProc /#:.*/
|
syn match kivyPreProc /#:.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user