mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(cuda): add support for __restrict__
This commit is contained in:
parent
901406cf7a
commit
f280847b78
2 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
"revision": "94e10230939e702b4fa3fa2cb5c3bc7173b95d07"
|
||||
},
|
||||
"cuda": {
|
||||
"revision": "ff35bee0faeb26dc3d17740c5f8436a72104dd4d"
|
||||
"revision": "24e2f17174ec146d6a2ec05bf4ee6281971866d6"
|
||||
},
|
||||
"dart": {
|
||||
"revision": "6a25376685d1d47968c2cef06d4db8d84a70025e"
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@
|
|||
"__host__"
|
||||
"__device__"
|
||||
"__forceinline__"
|
||||
"__restrict__"
|
||||
] @keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue