mirror of https://github.com/helix-editor/helix
highlight closure pipes as brackets (#3397)
Co-authored-by: Vince Mutolo <vince@mutolo.org>pull/3379/head
parent
80dde577b0
commit
7559b77d53
|
@ -78,6 +78,8 @@
|
|||
"<"
|
||||
">"
|
||||
] @punctuation.bracket)
|
||||
(closure_parameters
|
||||
"|" @punctuation.bracket)
|
||||
|
||||
; ---
|
||||
; Variables
|
||||
|
|
Loading…
Reference in New Issue