aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/rust/highlights.scm5
1 files changed, 1 insertions, 4 deletions
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"