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 position of first arg in tabStops #157

Closed shaunlebron closed 7 years ago

shaunlebron commented 7 years ago

It would be helpful to know the position of bar below so we can indent baz to it. This should be added to each of the tabStops under firstArgX.

(foo bar
  |baz)
shaunlebron commented 7 years ago

calling it argX is sufficient I think

shaunlebron commented 7 years ago

fixed 3.9.0