mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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
|
||||
|
||||
[
|
||||
"__local__"
|
||||
"__shared__"
|
||||
"__global__"
|
||||
"__host__"
|
||||
"__device__"
|
||||
"__forceinline__"
|
||||
"__restrict__"
|
||||
"__launch_bounds__"
|
||||
"__grid_constant__"
|
||||
] @keyword
|
||||
] @storageclass
|
||||
|
||||
"__launch_bounds__" @type.qualifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue