Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for functions with parameters split to each next line #40

Closed
wende opened this issue Apr 30, 2017 · 1 comment
Closed

Add support for functions with parameters split to each next line #40

wende opened this issue Apr 30, 2017 · 1 comment

Comments

@wende
Copy link
Owner

wende commented Apr 30, 2017

Example

function
  a
  b
  c

It's a very tricky one.
Since Elm recognizes next argument or case branch based on indentation

For that we need a major change in the parser
Bogdanp/elm-ast#1

@wende
Copy link
Owner Author

wende commented May 29, 2017

Closed with #119

@wende wende closed this as completed May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant