feat: add cuda

This commit is contained in:
nahso 2023-05-08 10:40:00 +08:00 committed by Lewis Russell
parent c8626af1de
commit e4fb5fd2c8

13
queries/cuda/context.scm Normal file
View file

@ -0,0 +1,13 @@
; inherits: c
(for_range_loop
body: (_ (_) @context.end)
) @context
(class_specifier
body: (_ (_) @context.end)
) @context
(linkage_specification
body: (declaration_list (_) @context.end)
) @context