diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index 52c13dd77..6be50825c 100644 --- a/runtime/queries/rust/highlights.scm +++ b/runtime/queries/rust/highlights.scm @@ -421,6 +421,9 @@ (#eq? @special "derive") ) +(token_repetition_pattern [")" "(" "$"] @punctuation.special) +(token_repetition_pattern "?" @operator) + ; --- ; Prelude ; ---