odyssomay / paredit

A paredit mode for lisps in Sublime Text.
104 stars 9 forks source link

Removing with selection should remove everything in comments #8

Closed odyssomay closed 11 years ago

odyssomay commented 11 years ago

Such that

(def a 3) ; (

Where everything is selected, should remove everything. Right now, the open parenthesis is never removed.