update vim syntax highlighter

^labels as numbers
This commit is contained in:
Kitty-Cricket Piapiac 2023-06-27 18:08:15 -07:00
parent a352fb1124
commit f4cdb6e7be
2 changed files with 2 additions and 1 deletions

1
README
View File

@ -10,6 +10,7 @@ layout ./kip* -- sdl2-based emulator
./d/ -- documentation
./t/ -- tests
./x/ -- examples
./vim/ -- vim support
patches, questions, comments welcome: kitty+kip@piapiac.org
or you can open issues & pull requests: http://git.vern.cc/kcp/kip

View File

@ -1,6 +1,6 @@
syn match x20com "{.*}"
syn match x20fun "-\S*"
syn match x20num "#\S*\|@\S*"
syn match x20num "#\S*\|@\S*\|\^\S*"
syn match x20pun ":\S*\|!\S*\|;"
syn region x20str matchgroup=x20str start=/"/ end=/"/