issues
search
oakmac
/
sublime-text-parinfer
Parinfer plugin for Sublime Text
ISC License
57
stars
8
forks
source link
bug with parent expression hack
#19
Closed
oakmac
closed
8 years ago
oakmac
commented
8 years ago
Open a
.cljs
file with many expressions and turn on Indent Mode.
Go to the middle of the file and input (the
|
character represents the cursor)
(def foo [1 2 3]| 4 5 6)
Press "up" arrow to move the cursor to the line above.
We expect Parinfer to correct the vector in the
foo
expression, but it does not.
.cljs
file with many expressions and turn on Indent Mode.|
character represents the cursor)foo
expression, but it does not.