highlights(cuda): use more specific groups

This commit is contained in:
ObserverOfTime 2022-10-22 11:10:21 +03:00
parent 79705a1f80
commit b9729e42c0

View file

@ -3,13 +3,9 @@
[ "<<<" ">>>" ] @punctuation.bracket
[
"__local__"
"__shared__"
"__global__"
"__host__"
"__device__"
"__forceinline__"
"__restrict__"
"__launch_bounds__"
"__grid_constant__"
] @keyword
] @storageclass
"__launch_bounds__" @type.qualifier