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"