exercism / babashka

Exercism exercises in Babashka.
https://exercism.org/tracks/babashka
MIT License
13 stars 8 forks source link

Add highlightjs support #29

Open ErikSchierboom opened 3 years ago

ErikSchierboom commented 3 years ago

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 https://github.com/exercism/v3-launch/issues/36

keiravillekode commented 1 year ago

Just like in the clojurescript track, the highlightjs_language should be clojure .