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

Elm language support with elm-format beautifier #57

Closed
avh4 opened this issue Mar 7, 2018 · 4 comments
Closed

Elm language support with elm-format beautifier #57

avh4 opened this issue Mar 7, 2018 · 4 comments
Assignees

Comments

@avh4
Copy link

avh4 commented Mar 7, 2018

Following up on @Glavin001's suggestion in avh4/elm-format#459 (comment),

what would be needed in order to add elm-format support to unibeautify?

@Glavin001 Glavin001 changed the title support for elm-format Support for elm-format Mar 8, 2018
@Glavin001 Glavin001 changed the title Support for elm-format Elm language support with elm-format beautifier Mar 8, 2018
@Glavin001
Copy link
Member

Since elm-format is not written in JavaScript and therefore directly compatible with Node.js, adding support for this beautifier is blocked by #58 . Once I have added Executables support (ported from Atom-Beautify) and create at least 1 beautifier to demonstrate, I will post back here and work with you to create the elm-format beautifier for Unibeautify 😃.

@avh4
Copy link
Author

avh4 commented Mar 8, 2018

Okay, cool. Ideally I would like to make elm-format available as an npm module as well (by compiling it with ghcjs), but unless I come across someone who wants to collaborate on that, I'm unlikely to get that to happen any time soon :) But if I do happen to get that working, I'll let you know.

@Glavin001
Copy link
Member

@avh4 if you can make a Node.js compatible version please let me know! This would make it a lot easier to get started developing a beautifier and is preferred to using a non-Node.js module.

@Glavin001
Copy link
Member

Created repository https://github.com/Unibeautify/beautifier-elm-format . Closing this issue as any non-Unibeautify-core issues should be reported there.

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

3 participants