mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
highlights(cuda): use more specific groups
This commit is contained in:
parent
79705a1f80
commit
b9729e42c0
1 changed files with 3 additions and 7 deletions
|
|
@ -3,13 +3,9 @@
|
||||||
[ "<<<" ">>>" ] @punctuation.bracket
|
[ "<<<" ">>>" ] @punctuation.bracket
|
||||||
|
|
||||||
[
|
[
|
||||||
"__local__"
|
|
||||||
"__shared__"
|
|
||||||
"__global__"
|
|
||||||
"__host__"
|
"__host__"
|
||||||
"__device__"
|
"__device__"
|
||||||
"__forceinline__"
|
"__forceinline__"
|
||||||
"__restrict__"
|
] @storageclass
|
||||||
"__launch_bounds__"
|
|
||||||
"__grid_constant__"
|
"__launch_bounds__" @type.qualifier
|
||||||
] @keyword
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue