nvim-treesitter/queries/glsl/injections.scm

7 lines
161 B
Scheme
Raw Normal View History

((preproc_def (preproc_arg) @glsl)
(#lua-match? @glsl "\n"))
(preproc_function_def (preproc_arg) @glsl)
(preproc_call (preproc_arg) @glsl)
2021-09-11 17:26:06 +02:00
(comment) @comment