parinfer / parinfer.js

Let's simplify the way we write Lisp
https://shaunlebron.github.io/parinfer
MIT License
1.76k stars 40 forks source link

return unclamped paren trails #160

Closed shaunlebron closed 7 years ago

shaunlebron commented 7 years ago

in the returned parenTrails array and the full parens tree, we are only paren trails that are possibly clamped (truncate) by the cursor. It would be nice to know about the unclamped paren trails so we can draw them in a consistent way if desired.