rust: Add raw
to keyword list for syntax highlighting (#25342)
This PR adds support for syntax highlighting the `raw` keyword in Rust. Release Notes: - Added `raw` keyword to Rust language highlights (see the [Rust 1.82.0 announcement](https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html#native-syntax-for-creating-a-raw-pointer)). Co-authored-by: everdrone <giorgiotropiano@gmail.com>
This commit is contained in:
parent
1fb4620a90
commit
a4ade37a56
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
||||||
"mod"
|
"mod"
|
||||||
"move"
|
"move"
|
||||||
"pub"
|
"pub"
|
||||||
|
"raw"
|
||||||
"ref"
|
"ref"
|
||||||
"return"
|
"return"
|
||||||
"static"
|
"static"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue