nvim-treesitter/queries/cuda/highlights.scm
2021-06-14 07:30:51 +02:00

12 lines
160 B
Scheme

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