mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
highlights(cuda): add support for __managed__
See https://github.com/tree-sitter-grammars/tree-sitter-cuda/pull/68
This commit is contained in:
parent
be4d6e858f
commit
cc0e29727a
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
"__host__"
|
"__host__"
|
||||||
"__device__"
|
"__device__"
|
||||||
"__global__"
|
"__global__"
|
||||||
|
"__managed__"
|
||||||
"__forceinline__"
|
"__forceinline__"
|
||||||
"__noinline__"
|
"__noinline__"
|
||||||
] @keyword.modifier
|
] @keyword.modifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue