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:
Marshall Bowers 2025-02-21 10:28:30 -05:00 committed by GitHub
parent 1fb4620a90
commit a4ade37a56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,7 @@
"mod"
"move"
"pub"
"raw"
"ref"
"return"
"static"