mirror of https://github.com/helix-editor/helix
feat: highlight rust repetition pattern (#12871)
Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>pull/12903/head
parent
0445062d27
commit
ef375d690e
|
@ -421,6 +421,9 @@
|
|||
(#eq? @special "derive")
|
||||
)
|
||||
|
||||
(token_repetition_pattern [")" "(" "$"] @punctuation.special)
|
||||
(token_repetition_pattern "?" @operator)
|
||||
|
||||
; ---
|
||||
; Prelude
|
||||
; ---
|
||||
|
|
Loading…
Reference in New Issue