fix: update preproc injections for arduino, cuda, glsl, hlsl

This commit is contained in:
Amaan Qureshi 2023-08-10 10:43:45 -04:00 committed by GitHub
parent 3d3b335ace
commit 251fe95efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,4 @@
(preproc_arg) @arduino
(preproc_function_def (preproc_arg) @arduino)
(preproc_call (preproc_arg) @arduino)
(comment) @comment

View file

@ -1,3 +1,4 @@
(preproc_arg) @cuda
(preproc_function_def (preproc_arg) @cuda)
(preproc_call (preproc_arg) @cuda)
(comment) @comment

View file

@ -1,3 +1,4 @@
(preproc_arg) @glsl
(preproc_function_def (preproc_arg) @glsl)
(preproc_call (preproc_arg) @glsl)
(comment) @comment

View file

@ -1,3 +1,4 @@
(preproc_arg) @hlsl
(preproc_function_def (preproc_arg) @hlsl)
(preproc_call (preproc_arg) @hlsl)
(comment) @comment