mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:20:04 +08:00
15 lines
199 B
Scheme
Vendored
15 lines
199 B
Scheme
Vendored
; inherits: cpp
|
|
|
|
[ "<<<" ">>>" ] @punctuation.bracket
|
|
|
|
[
|
|
"__local__"
|
|
"__shared__"
|
|
"__global__"
|
|
"__host__"
|
|
"__device__"
|
|
"__forceinline__"
|
|
"__restrict__"
|
|
"__launch_bounds__"
|
|
] @keyword
|