-
Notifications
You must be signed in to change notification settings - Fork 740
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
Syntax highlighting for Chapel language #687
Comments
If there is documentation or useful examples of converting any of our existing highlighters, such as Pygments -> Rouge, I'd be happy to take a shot at it myself. |
This contribution has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days. |
It looks like there's a guide to follow here: https://www.rubydoc.info/github/rouge-ruby/rouge/file/docs/LexerDevelopment.md |
@ben-albrecht Yeah, I added that shortly after coming on board as a maintainer. We have a PR (#1145) with fixes that need to be added but hopefully that's helpful. |
Description
Add syntax support for Chapel programming language
Links / references
Motivation
Chapel highlighting is currently supported on GitHub:
We'd like to add support to GitLab as well, which uses Rouge.
The text was updated successfully, but these errors were encountered: