blob: 6e16572291aba6ffb84133be5ab7282ae2d4c08b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
((preproc_arg) @injection.content
(#set! injection.language "cpp"))
((comment) @injection.content
(#set! injection.language "comment"))
((comment) @injection.content
(#lua-match? @injection.content "/[*\/][!*\/]<?[^a-zA-Z]")
(#set! injection.language "doxygen"))
(raw_string_literal
delimiter: (raw_string_delimiter) @injection.language
(raw_string_content) @injection.content)
|