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