nvim-treesitter/queries/cuda/highlights.scm
2021-07-20 08:32:34 +02:00

14 lines
199 B
Scheme

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