nvim-treesitter/queries/cpp/injections.scm
2023-08-10 16:09:50 +02:00

8 lines
196 B
Scheme

(preproc_function_def (preproc_arg) @cpp)
(preproc_call (preproc_arg) @cpp)
(comment) @comment
(raw_string_literal
delimiter: (raw_string_delimiter) @language
(raw_string_content) @content)