runtime(kivy): Updated maintainer info for syntax script Commit: https://github.com/vim/vim/commit/56e8ed61629cebf737f637d843b9f4a397fbcc72 Author: Corey Prophitt <g...@prophitt.me> Date: Wed Jul 31 21:53:45 2024 +0200
runtime(kivy): Updated maintainer info for syntax script closes: https://github.com/vim/vim/issues/15405 Signed-off-by: Corey Prophitt <g...@prophitt.me> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS index b7df0f82e..ee268f880 100644 --- a/.github/MAINTAINERS +++ b/.github/MAINTAINERS @@ -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 diff --git a/runtime/syntax/kivy.vim b/runtime/syntax/kivy.vim index 76e3576e7..d4bccfc14 100644 --- a/runtime/syntax/kivy.vim +++ b/runtime/syntax/kivy.vim @@ -1,9 +1,9 @@ " Vim syntax file " Language: Kivy -" Maintainer: Corey Prophitt <prophitt.co...@gmail.com> -" Last Change: Jul 6th, 2024 +" Maintainer: Corey Prophitt <co...@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 /#:.*/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sZFUX-006OKh-U6%40256bit.org.