nvim-treesitter/queries/cuda/injections.scm

6 lines
161 B
Scheme

((preproc_def (preproc_arg) @cuda)
(#lua-match? @cuda "\n"))
(preproc_function_def (preproc_arg) @cuda)
(preproc_call (preproc_arg) @cuda)
(comment) @comment