mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
32 lines
703 B
Scheme
32 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"))
|