mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 10:57:48 +03:00
feat: highlight rust repetition pattern (#12871)
Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>
This commit is contained in:
parent
0445062d27
commit
ef375d690e
1 changed files with 3 additions and 0 deletions
|
@ -421,6 +421,9 @@
|
|||
(#eq? @special "derive")
|
||||
)
|
||||
|
||||
(token_repetition_pattern [")" "(" "$"] @punctuation.special)
|
||||
(token_repetition_pattern "?" @operator)
|
||||
|
||||
; ---
|
||||
; Prelude
|
||||
; ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue