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