mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
highlights(rust): add async/await keywords
This commit is contained in:
parent
81d444c498
commit
94a5056269
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,8 @@
|
|||
"type"
|
||||
"union"
|
||||
"unsafe"
|
||||
"async"
|
||||
"await"
|
||||
"use"
|
||||
"where"
|
||||
(mutable_specifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue