mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
highlights(cuda): add __noinline__
This commit is contained in:
parent
4cc201ecd9
commit
f0e083912a
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"__device__"
|
"__device__"
|
||||||
"__global__"
|
"__global__"
|
||||||
"__forceinline__"
|
"__forceinline__"
|
||||||
|
"__noinline__"
|
||||||
] @storageclass
|
] @storageclass
|
||||||
|
|
||||||
"__launch_bounds__" @type.qualifier
|
"__launch_bounds__" @type.qualifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue