mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 18:00:06 +08:00
7 lines
161 B
Scheme
7 lines
161 B
Scheme
|
((preproc_def (preproc_arg) @glsl)
|
||
|
(#lua-match? @glsl "\n"))
|
||
|
(preproc_function_def (preproc_arg) @glsl)
|
||
|
(preproc_call (preproc_arg) @glsl)
|
||
|
|
||
|
(comment) @comment
|