mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 11:00:05 +08:00
11 lines
257 B
Scheme
11 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)
|