mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
chore(kitty): Fixed linting issues
This commit is contained in:
parent
7bf438daa9
commit
a65a63a285
1 changed files with 8 additions and 8 deletions
|
|
@ -119,7 +119,7 @@
|
|||
type: _ @type)
|
||||
|
||||
(launch_source_window
|
||||
pattern: (string) @string.regex)
|
||||
pattern: (string) @string.regexp)
|
||||
|
||||
(launch_cwd
|
||||
directory: (string) @string.special.path)
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
location: (window_location) @type)
|
||||
|
||||
(launch_next_to
|
||||
pattern: (string) @string.regex)
|
||||
pattern: (string) @string.regexp)
|
||||
|
||||
;
|
||||
(launch_remote_password
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
|
||||
(marker_entry
|
||||
id: (marker_id) @label
|
||||
pattern: (string) @string.regex)
|
||||
pattern: (string) @string.regexp)
|
||||
|
||||
;
|
||||
(launch_os_window_class
|
||||
|
|
@ -286,10 +286,10 @@
|
|||
"set_colors" @function.call)
|
||||
|
||||
(color_match
|
||||
(string) @string.regex)
|
||||
(string) @string.regexp)
|
||||
|
||||
(color_match_tab
|
||||
(string) @string.regex)
|
||||
(string) @string.regexp)
|
||||
|
||||
;
|
||||
(color_option
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
|
||||
(include
|
||||
"globinclude" @keyword
|
||||
glob: (string) @string.regex)
|
||||
glob: (string) @string.regexp)
|
||||
|
||||
(include
|
||||
"geninclude" @keyword
|
||||
|
|
@ -502,9 +502,9 @@
|
|||
"body"
|
||||
"app"
|
||||
"type"
|
||||
] @parameter
|
||||
] @variable.parameter
|
||||
":" @punctuation.delimiter
|
||||
(string) @string.regex)
|
||||
(string) @string.regexp)
|
||||
|
||||
(filter_element
|
||||
"\"" @punctuation.delimiter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue