feat(rust): highlight "gen" and "raw" keywords (#7419)

This commit is contained in:
flippette 2024-11-29 20:38:12 +02:00 committed by GitHub
parent 60b4c15e7c
commit 427a90ae70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,6 +265,7 @@
[
"async"
"await"
"gen"
] @keyword.coroutine
"try" @keyword.exception
@ -272,6 +273,7 @@
[
"ref"
"pub"
"raw"
(mutable_specifier)
"const"
"static"