diff options
| -rw-r--r-- | queries/rust/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/rust/highlights.scm b/queries/rust/highlights.scm index 4febc256c..94301fc2e 100644 --- a/queries/rust/highlights.scm +++ b/queries/rust/highlights.scm @@ -247,6 +247,7 @@ ">" @punctuation.bracket) [ +":" "::" "." ";" @@ -256,4 +257,3 @@ (attribute_item "#" @punctuation.special) (inner_attribute_item ["#" "!"] @punctuation.special) (macro_invocation "!" @function.macro) ; don't highlight `!` as an operator here - |
