summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/kivy.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/kivy.vim')
-rw-r--r--runtime/syntax/kivy.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/syntax/kivy.vim b/runtime/syntax/kivy.vim
index b145503..d4bccfc 100644
--- a/runtime/syntax/kivy.vim
+++ b/runtime/syntax/kivy.vim
@@ -1,9 +1,9 @@
" Vim syntax file
" Language: Kivy
-" Maintainer: Corey Prophitt <prophitt.corey@gmail.com>
-" Last Change: May 29th, 2014
+" 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,11 +13,11 @@ 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 /#:.*/
-syn match kivyComment /#.*/
+syn match kivyComment /#[^:].*/
syn match kivyRule /<\I\i*\(,\s*\I\i*\)*>:/
syn match kivyAttribute /\<\I\i*\>/ nextgroup=kivyValue