mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
31 lines
703 B
Scheme
31 lines
703 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"))
|