-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add Perl 6 syntax highlighting on exercism.io #164
Comments
There's an existing issue to add support for Perl 6 in rouge-ruby/rouge#390 |
Is highlighting at the exercism/exercism.io repository level? |
If the track ID doesn't match the language name in jneen/rouge, then we need to add it to the map of ids to rouge names: https://github.com/exercism/exercism.io/blob/master/lib/exercism/syntax_highlighter.rb#L6-L16 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Raku syntax highlighting appears sometimes off. Strangely not in the web editor but in published solutions. For an example, look at lines 4-5 of this Luhn solution. It appears the regex containing |
@habere-et-dispertire can you open a new issue? This one is for "no highlighting" as opposed to broken highlighting. |
There is a related issue upstream rouge-ruby/rouge#390 |
New Issue #520 . |
Nice, thanks for the breadcrumbs. |
Currently, there is no highlighting for Perl 6 code on exercism.io. It appears that exercism.io is using Rouge:
https://github.com/exercism/exercism.io/blob/master/lib/exercism/syntax_highlighter.rb
Perhaps it would be possible to port from pygments to Rouge?
The text was updated successfully, but these errors were encountered: