p-e-w / envy

Text editing supercharger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bracket selection: Selections are expanded to non-matching bracket pairs

p-e-w opened this issue · comments

Test

("a" <||> "a")
---
expands selections only to matching bracket pairs
---
envy:select-surrounding-brackets
---
(<|"a"  "a"|>)
---