nvim-treesitter/queries/cuda/injections.scm

7 lines
161 B
Scheme
Raw Normal View History

((preproc_def (preproc_arg) @cuda)
(#lua-match? @cuda "\n"))
(preproc_function_def (preproc_arg) @cuda)
(preproc_call (preproc_arg) @cuda)
2021-07-19 22:06:23 +02:00
(comment) @comment