From 427a90ae70f66c2fdf2d9ad16a0f08e9697d90d9 Mon Sep 17 00:00:00 2001 From: flippette Date: Fri, 29 Nov 2024 20:38:12 +0200 Subject: [PATCH] feat(rust): highlight "gen" and "raw" keywords (#7419) --- queries/rust/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/queries/rust/highlights.scm b/queries/rust/highlights.scm index fa25ad6cf..bdd44a1d0 100644 --- a/queries/rust/highlights.scm +++ b/queries/rust/highlights.scm @@ -265,6 +265,7 @@ [ "async" "await" + "gen" ] @keyword.coroutine "try" @keyword.exception @@ -272,6 +273,7 @@ [ "ref" "pub" + "raw" (mutable_specifier) "const" "static"