nvim-treesitter/queries/cuda/highlights.scm
2022-05-15 10:37:14 +02:00

15 lines
221 B
Scheme

; inherits: cpp
[ "<<<" ">>>" ] @punctuation.bracket
[
"__local__"
"__shared__"
"__global__"
"__host__"
"__device__"
"__forceinline__"
"__restrict__"
"__launch_bounds__"
"__grid_constant__"
] @keyword