mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
feat(parsers): Added kitty
This commit is contained in:
parent
7aa24acae3
commit
a3c1afb87a
3 changed files with 1103 additions and 0 deletions
1068
runtime/queries/kitty/highlights.scm
Normal file
1068
runtime/queries/kitty/highlights.scm
Normal file
File diff suppressed because it is too large
Load diff
27
runtime/queries/kitty/injections.scm
Normal file
27
runtime/queries/kitty/injections.scm
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
(launch_source_window
|
||||
pattern: (string) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
(launch_next_to
|
||||
pattern: (string) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
(marker_entry
|
||||
pattern: (string) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
(color_match
|
||||
(string) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
(color_match_tab
|
||||
(string) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
(include
|
||||
glob: (string) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
(filter_element
|
||||
(string) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue