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

Added ReasonML support #201

Merged
merged 1 commit into from Sep 22, 2020
Merged

Added ReasonML support #201

merged 1 commit into from Sep 22, 2020

Conversation

happylinks
Copy link
Contributor

https://reasonml.github.io/

Mostly copied the JavaScript implementation because it's comparable.
I wasn't sure about shebangs and couldn't find immediately what that should be set as.

Let me know if I should change something :)

languages.json Outdated
}
],
"shebangs": [
"node"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove this :)

It will conflict with the existing one. Not sure if there is some specific shebang for reason.

@boyter
Copy link
Owner

boyter commented Sep 20, 2020

Only issue I can see is the shebang. It will conflict with the existing Javascript ones, which is probably not what we want. Is there some specific shebang for reason?

Otherwise it looks good!

@boyter boyter added this to In progress in Release 3.0.0 Sep 20, 2020
@happylinks
Copy link
Contributor Author

Just pushed it without shebangs, I don't think Reason has them specifically, since it's compiled to either OCaml or Javascript.
Let me know if I have to change anything else :)

@boyter
Copy link
Owner

boyter commented Sep 22, 2020

Looks good to me!

@boyter boyter merged commit 9af3b36 into boyter:master Sep 22, 2020
@boyter boyter moved this from In progress to Done in Release 3.0.0 Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 3.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants