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

Fix reasonml comments #1641

Merged
merged 3 commits into from
Dec 8, 2020
Merged

Fix reasonml comments #1641

merged 3 commits into from
Dec 8, 2020

Conversation

amiralies
Copy link
Contributor

This PR contains:

  • Fix multiline comments (Issue with paren)
    image
  • Add support for single line comments

@pyrmont pyrmont merged commit 19da95a into rouge-ruby:master Dec 8, 2020
@pyrmont
Copy link
Contributor

pyrmont commented Dec 8, 2020

@amiralies Thanks for this! I'm about to make a new release for Rouge and this will be part of that one. It'll be up on Ruby Gems very soon! 🎉

mattt pushed a commit to NSHipster/rouge that referenced this pull request May 19, 2021
The ReasonML lexer does not properly lex single-line comments (those
that begin with `//`) or certain types of multi-line comments. This
commit addresses those errors.

Co-authored-by: Michael Camilleri <mike@inqk.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants