mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
8 lines
196 B
Scheme
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)
|