nvim-treesitter/runtime/queries/cuda/highlights.scm

18 lines
216 B
Scheme
Raw Permalink Normal View History

2021-06-09 18:47:31 +02:00
; inherits: cpp
2024-01-06 15:05:50 +09:00
[
"<<<"
">>>"
] @punctuation.bracket
2021-06-09 18:47:31 +02:00
[
"__host__"
"__device__"
"__global__"
"__managed__"
2021-06-09 18:47:31 +02:00
"__forceinline__"
2023-01-31 12:37:47 +01:00
"__noinline__"
] @keyword.modifier
"__launch_bounds__" @keyword.modifier