rksm / paredit.js

Generic reader and editor for s-expressions.
MIT License
107 stars 21 forks source link

Splice sexp command inside strings also splices the enclosing sexp #19

Open PEZ opened 5 years ago

PEZ commented 5 years ago

When splicing something like

{[foo "ba|r"]}

The expected result is:

{[foo ba|r]}

Actual result is:

{foo ba|r}
PEZ commented 5 years ago

Is this project still maintained?