mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
highlight closure pipes as brackets (#3397)
Co-authored-by: Vince Mutolo <vince@mutolo.org>
This commit is contained in:
parent
80dde577b0
commit
7559b77d53
@ -78,6 +78,8 @@
|
||||
"<"
|
||||
">"
|
||||
] @punctuation.bracket)
|
||||
(closure_parameters
|
||||
"|" @punctuation.bracket)
|
||||
|
||||
; ---
|
||||
; Variables
|
||||
|
Loading…
Reference in New Issue
Block a user