mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
runtime(kivy): Updated maintainer info for syntax script
closes: #15405 Signed-off-by: Corey Prophitt <git@prophitt.me> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
491e55d0e7
commit
56e8ed6162
1
.github/MAINTAINERS
vendored
1
.github/MAINTAINERS
vendored
@ -474,6 +474,7 @@ runtime/syntax/jsonc.vim @izhakjakov
|
||||
runtime/syntax/julia.vim @carlobaldassi
|
||||
runtime/syntax/jq.vim @vito-c
|
||||
runtime/syntax/kconfig.vim @chrisbra
|
||||
runtime/syntax/kivy.vim @prophittcorey
|
||||
runtime/syntax/kotlin.vim @udalov
|
||||
runtime/syntax/kdl.vim @imsnif @jiangyinzuo
|
||||
runtime/syntax/krl.vim @KnoP-01
|
||||
|
@ -1,9 +1,9 @@
|
||||
" Vim syntax file
|
||||
" Language: Kivy
|
||||
" Maintainer: Corey Prophitt <prophitt.corey@gmail.com>
|
||||
" Last Change: Jul 6th, 2024
|
||||
" Maintainer: Corey Prophitt <corey@prophitt.me>
|
||||
" Last Change: Jul 31st, 2024
|
||||
" Version: 1
|
||||
" URL: http://kivy.org/
|
||||
" URL: https://kivy.org/
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
@ -13,7 +13,7 @@ endif
|
||||
syn include @pyth $VIMRUNTIME/syntax/python.vim
|
||||
|
||||
" 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
|
||||
syn match kivyPreProc /#:.*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user