-
-
Notifications
You must be signed in to change notification settings - Fork 37
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 highlightjs support #105
Comments
If I can help, let me know. Looks like it should be an easy enough language to highlight. |
That would be great. I'm fairly sure this track is unmaintained. |
@joshgoebel Are you still interested in looking into this? We'll have Ballerina in "Mind Shifting May" next month, as syntax highlighting would be great! |
I don't have time build it out myself but if someone else was interested and just needs a little help or a few pointers I'd be happy to help. |
I was poking around the highlightjs repo since I'm about to start working on a Pyret grammar and noticed Ballerina support was added last month in highlightjs/highlight.js#3852. Does this mean we can include syntax highlighting for the Ballerina track? |
@ErikSchierboom There you go, someone else went and built it for ya. :-) https://github.com/highlightjs/highlightjs-ballerina |
That's nice of them! :D |
Exercism uses highlightjs for syntax highlighting. Unfortunately, there is no support for this track at the moment (see the supported languages).
To properly support syntax highlighting for this track, an official grammar should be created at https://github.com/highlightjs/highlight.js/tree/main/src/languages. Note that this grammar could be relatively minimal at first and can be expanded upon at a later time.
@joshgoebel has initimate knowledge of the code base and has graciously offered to be available for any questions.
See exercism/v3-launch#36
The text was updated successfully, but these errors were encountered: