Add crate keyword to Rust (#10110)

Release Notes:

- Fixed `crate` keyword not being highlighted in Rust files.

Ref: #10104 

And I make a sort for them.
This commit is contained in:
Jason Lee 2024-04-03 23:27:22 +08:00 committed by GitHub
parent eb231d0449
commit 8eeecdafec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,11 +70,11 @@
"else"
"enum"
"extern"
"for"
"fn"
"for"
"if"
"in"
"impl"
"in"
"let"
"loop"
"macro_rules!"
@ -88,11 +88,12 @@
"struct"
"trait"
"type"
"union"
"unsafe"
"use"
"where"
"while"
"union"
"unsafe"
(crate)
(mutable_specifier)
(super)
] @keyword