mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
10 lines
257 B
Scheme
10 lines
257 B
Scheme
((preproc_def (preproc_arg) @cpp)
|
|
(#lua-match? @cpp "\n"))
|
|
(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)
|