diff --git a/queries/rust/highlights.scm b/queries/rust/highlights.scm index 64976b663..332ee12fa 100644 --- a/queries/rust/highlights.scm +++ b/queries/rust/highlights.scm @@ -256,7 +256,6 @@ "impl" "let" "move" - "pub" "struct" "trait" "type" @@ -274,10 +273,8 @@ [ "ref" + "pub" (mutable_specifier) -] @keyword.modifier - -[ "const" "static" "dyn"