mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-10 11:25:49 +08:00
14 lines
190 B
Scheme
14 lines
190 B
Scheme
|
; inherits: cpp
|
||
|
|
||
|
[ "<<<" ">>>" ] @punctuation.bracket
|
||
|
|
||
|
[
|
||
|
"__host__"
|
||
|
"__device__"
|
||
|
"__global__"
|
||
|
"__forceinline__"
|
||
|
"__noinline__"
|
||
|
] @storageclass
|
||
|
|
||
|
"__launch_bounds__" @type.qualifier
|