mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
fix: update preproc injections for arduino, cuda, glsl, hlsl
This commit is contained in:
parent
3d3b335ace
commit
251fe95efd
4 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
(preproc_arg) @arduino
|
(preproc_function_def (preproc_arg) @arduino)
|
||||||
|
(preproc_call (preproc_arg) @arduino)
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
(preproc_arg) @cuda
|
(preproc_function_def (preproc_arg) @cuda)
|
||||||
|
(preproc_call (preproc_arg) @cuda)
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
(preproc_arg) @glsl
|
(preproc_function_def (preproc_arg) @glsl)
|
||||||
|
(preproc_call (preproc_arg) @glsl)
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
(preproc_arg) @hlsl
|
(preproc_function_def (preproc_arg) @hlsl)
|
||||||
|
(preproc_call (preproc_arg) @hlsl)
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue