runtime(kitty): Fix typo in syntax file for kitty
Commit:
https://github.com/vim/vim/commit/115b5338da6035f76c07eaae9340e065f9bd4c60
Author: Shawon <[email protected]>
Date: Tue Sep 16 19:25:31 2025 +0000
runtime(kitty): Fix typo in syntax file for kitty
closes: https://github.com/vim/vim/issues/18312
Signed-off-by: Shawon <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/syntax/kitty.vim b/runtime/syntax/kitty.vim
index 813161dff..6d37b664d 100644
--- a/runtime/syntax/kitty.vim
+++ b/runtime/syntax/kitty.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Kitty configuration files
" Maintainer: MD. Mouinul Hossain Shawon <mdmouinulhossainshawon [at]
gmail.com>
-" Last Change: Sun Sep 14 13:56:41 +06 2025
+" Last Change: Tue Sep 16 19:10:59 +06 2025
if exists("b:current_syntax")
finish
@@ -12,10 +12,10 @@ syn sync fromstart
" Option """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Format: `<option_name> ...`<
-syn match kittyString /\S\+/ contains=Alpha contained
+syn match kittyString /\S\+/ contains=kittyAlpha contained
syn match kittyNumber /[+\-*\/]\{0,1}[0-9.]\+/ contained
syn match kittyAlpha /@[0-9.]\+/ contained
-syn match kittyColor /#[0-9a-fA-F]\{3,6}/ nextgroup=Alpha contained
+syn match kittyColor /#[0-9a-fA-F]\{3,6}/ nextgroup=kittyAlpha contained
syn keyword kittyBoolean contained yes no
syn keyword kittyConstant contained none auto monospace bold italic ratio
always never
--
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uybNP-00Afb2-HL%40256bit.org.