paredit.js
paredit.js copied to clipboard
Splice sexp command inside strings also splices the enclosing sexp
When splicing something like
{[foo "ba|r"]}
The expected result is:
{[foo ba|r]}
Actual result is:
{foo ba|r}
Is this project still maintained?