chore(kitty): Fixed linting issues

This commit is contained in:
Shawon 2025-09-21 22:48:32 +06:00
parent 7bf438daa9
commit a65a63a285

View file

@ -119,7 +119,7 @@
type: _ @type) type: _ @type)
(launch_source_window (launch_source_window
pattern: (string) @string.regex) pattern: (string) @string.regexp)
(launch_cwd (launch_cwd
directory: (string) @string.special.path) directory: (string) @string.special.path)
@ -134,7 +134,7 @@
location: (window_location) @type) location: (window_location) @type)
(launch_next_to (launch_next_to
pattern: (string) @string.regex) pattern: (string) @string.regexp)
; ;
(launch_remote_password (launch_remote_password
@ -159,7 +159,7 @@
(marker_entry (marker_entry
id: (marker_id) @label id: (marker_id) @label
pattern: (string) @string.regex) pattern: (string) @string.regexp)
; ;
(launch_os_window_class (launch_os_window_class
@ -286,10 +286,10 @@
"set_colors" @function.call) "set_colors" @function.call)
(color_match (color_match
(string) @string.regex) (string) @string.regexp)
(color_match_tab (color_match_tab
(string) @string.regex) (string) @string.regexp)
; ;
(color_option (color_option
@ -310,7 +310,7 @@
(include (include
"globinclude" @keyword "globinclude" @keyword
glob: (string) @string.regex) glob: (string) @string.regexp)
(include (include
"geninclude" @keyword "geninclude" @keyword
@ -502,9 +502,9 @@
"body" "body"
"app" "app"
"type" "type"
] @parameter ] @variable.parameter
":" @punctuation.delimiter ":" @punctuation.delimiter
(string) @string.regex) (string) @string.regexp)
(filter_element (filter_element
"\"" @punctuation.delimiter) "\"" @punctuation.delimiter)