vscode-emacs-mcx icon indicating copy to clipboard operation
vscode-emacs-mcx copied to clipboard

sexp delimiters should be language specific

Open samwagg opened this issue 4 years ago • 1 comments

I see that the paredit library seems to hardcode them. https://github.com/rksm/paredit.js/blob/master/lib/reader.js#L26, so I guess it's not a trivial change. I think it's important though.

My motivating example is that I want HTML and JSX expressions to be treated as balanced expressions when appropriate.

samwagg avatar Nov 11 '20 22:11 samwagg

mm, all you said is right. It would be useful, but difficult to implement due to the hardcoded delimiters... I will consider how to do it. If necessary, forking and modifying paredit.js can be an option.

whitphx avatar Nov 22 '20 15:11 whitphx