nvim-treesitter/queries/cuda/highlights.scm

13 lines
160 B
Scheme
Raw Normal View History

2021-06-09 18:47:31 +02:00
; inherits: cpp
[ "<<<" ">>>" ] @punctuation.bracket
[
"__local__"
"__shared__"
"__global__"
"__host__"
"__device__"
"__forceinline__"
] @keyword