nvim-treesitter/queries/cuda/highlights.scm

14 lines
190 B
Scheme
Raw Normal View History

2021-06-09 18:47:31 +02:00
; inherits: cpp
[ "<<<" ">>>" ] @punctuation.bracket
[
"__host__"
"__device__"
"__global__"
2021-06-09 18:47:31 +02:00
"__forceinline__"
2023-01-31 12:37:47 +01:00
"__noinline__"
] @storageclass
"__launch_bounds__" @type.qualifier