blob: 7897c41441d8b6acd54e473e2ae1e81fbcf48a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
; inherits: cpp
[ "<<<" ">>>" ] @punctuation.bracket
[
"__local__"
"__shared__"
"__global__"
"__host__"
"__device__"
"__forceinline__"
"__restrict__"
"__launch_bounds__"
"__grid_constant__"
] @keyword
|