Skip to content

Commit

Permalink
highlight closure pipes as brackets (helix-editor#3397)
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Mutolo <[email protected]>
  • Loading branch information
2 people authored and thomasskk committed Sep 9, 2022
1 parent 777a4c2 commit c83ab7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/queries/rust/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
"<"
">"
] @punctuation.bracket)
(closure_parameters
"|" @punctuation.bracket)

; ---
; Variables
Expand Down

0 comments on commit c83ab7d

Please sign in to comment.