nvim-treesitter/runtime/queries/kitty/injections.scm
2025-09-28 21:21:39 +06:00

36 lines
827 B
Scheme

(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"))
; Integration for `doctext`.
; (comment
; (comment_content) @injection.content
; (#set! injection.language "comment"))