nvim-treesitter/runtime/queries/kitty/injections.scm

32 lines
703 B
Scheme
Raw Permalink Normal View History

2025-09-29 07:04:09 +06:00
(launch_source_window
value: (string) @injection.content
(#set! injection.language "regex"))
(launch_next_to
value: (string) @injection.content
(#set! injection.language "regex"))
(marker_entry
(pattern) @injection.content
(#set! injection.language "regex"))
(color_match
(pattern) @injection.content
(#set! injection.language "regex"))
(color_match_tab
(pattern) @injection.content
(#set! injection.language "regex"))
(include
glob: (pattern) @injection.content
(#set! injection.language "regex"))
(filter_element
(pattern) @injection.content
(#set! injection.language "regex"))
(comment
(comment_content) @injection.content
(#set! injection.language "comment"))