mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(parsers): Added kitty
This commit is contained in:
parent
7aa24acae3
commit
a3c1afb87a
3 changed files with 1103 additions and 0 deletions
|
|
@ -1205,6 +1205,14 @@ return {
|
|||
maintainers = { '@amaanq' },
|
||||
tier = 2,
|
||||
},
|
||||
kitty = {
|
||||
install_info = {
|
||||
revision = '57e8608da8c23381887e2c954e7d70a86b964535',
|
||||
url = 'https://github.com/OXY2DEV/tree-sitter-kitty',
|
||||
},
|
||||
maintainers = { '@OXY2DEV' },
|
||||
tier = 2,
|
||||
},
|
||||
kotlin = {
|
||||
install_info = {
|
||||
revision = '57fb4560ba8641865bc0baa6b3f413b236112c4c',
|
||||
|
|
|
|||
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