diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/rust/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
