1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 10:10:04 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/queries/glsl/injections.scm

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