blob: 74fde7b76b69b713841638faa0ea8940330b620d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
(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"))
|