Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/rust/highlights.scm')
| -rw-r--r-- | runtime/queries/rust/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index 6be50825..95aad643 100644 --- a/runtime/queries/rust/highlights.scm +++ b/runtime/queries/rust/highlights.scm @@ -421,6 +421,7 @@ (#eq? @special "derive") ) +(token_repetition_pattern) @punctuation.delimiter (token_repetition_pattern [")" "(" "$"] @punctuation.special) (token_repetition_pattern "?" @operator) |