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 15:28:30 +00:00
committed by GitHub
co-authored by everdrone
parent 1fb4620a90
commit a4ade37a56
+1
View File
@@ -99,6 +99,7 @@
"mod"
"move"
"pub"
"raw"
"ref"
"return"
"static"