mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
6 lines
161 B
Scheme
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
|