mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
highlight closure pipes as brackets (#3397)
Co-authored-by: Vince Mutolo <vince@mutolo.org>
This commit is contained in:
parent
80dde577b0
commit
7559b77d53
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@
|
||||||
"<"
|
"<"
|
||||||
">"
|
">"
|
||||||
] @punctuation.bracket)
|
] @punctuation.bracket)
|
||||||
|
(closure_parameters
|
||||||
|
"|" @punctuation.bracket)
|
||||||
|
|
||||||
; ---
|
; ---
|
||||||
; Variables
|
; Variables
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue