mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
6 lines
161 B
Scheme
6 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
|