nvim-treesitter/queries/hlsl/injections.scm

7 lines
161 B
Scheme
Raw Normal View History

((preproc_def (preproc_arg) @hlsl)
(#lua-match? @hlsl "\n"))
(preproc_function_def (preproc_arg) @hlsl)
(preproc_call (preproc_arg) @hlsl)
2022-06-15 01:15:25 +02:00
(comment) @comment