mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
highlights(cuda): add missing "__global__"
This commit is contained in:
parent
6d2b0bd381
commit
c2301adfcb
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
[
|
[
|
||||||
"__host__"
|
"__host__"
|
||||||
"__device__"
|
"__device__"
|
||||||
|
"__global__"
|
||||||
"__forceinline__"
|
"__forceinline__"
|
||||||
] @storageclass
|
] @storageclass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue