mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat(rust): highlight "gen" and "raw" keywords (#7419)
This commit is contained in:
parent
60b4c15e7c
commit
427a90ae70
1 changed files with 2 additions and 0 deletions
|
|
@ -265,6 +265,7 @@
|
|||
[
|
||||
"async"
|
||||
"await"
|
||||
"gen"
|
||||
] @keyword.coroutine
|
||||
|
||||
"try" @keyword.exception
|
||||
|
|
@ -272,6 +273,7 @@
|
|||
[
|
||||
"ref"
|
||||
"pub"
|
||||
"raw"
|
||||
(mutable_specifier)
|
||||
"const"
|
||||
"static"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue