-
Notifications
You must be signed in to change notification settings - Fork 744
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
Janet lexer #1558
Janet lexer #1558
Conversation
Thanks to pyrmont for the long string pattern
@sogaiu I've streamlined the symbol and keyword patterns, simplified the number rules and added quoting support. How does it look to you? |
Looks very nice! Thanks for all of the improvements and corrections 👍 |
@sogaiu Thanks for this 🎉 We release new versions of Rouge on a monthly cadence. The next version will be v3.21.0 and is scheduled for Tuesday 14 July. Depending on how you're using it (e.g. GitHub Pages, GitLab), it can take a bit of time before those projects start using the latest gem. |
This commit adds a lexer for Janet. Co-authored-by: Michael Camilleri <mike@inqk.net>
This is some initial work on supporting Janet.
The lexer is based on the existing Clojure lexer.