mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
13 lines
190 B
Scheme
13 lines
190 B
Scheme
; inherits: cpp
|
|
|
|
[ "<<<" ">>>" ] @punctuation.bracket
|
|
|
|
[
|
|
"__host__"
|
|
"__device__"
|
|
"__global__"
|
|
"__forceinline__"
|
|
"__noinline__"
|
|
] @storageclass
|
|
|
|
"__launch_bounds__" @type.qualifier
|