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