mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -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"
|
"type"
|
||||||
"union"
|
"union"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
"async"
|
||||||
|
"await"
|
||||||
"use"
|
"use"
|
||||||
"where"
|
"where"
|
||||||
(mutable_specifier)
|
(mutable_specifier)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue