exercism/v3-launch

Add Ace editor and highlightjs languages to config.json

Closed this issue · 4 comments

Add two new keys to the online_editor property in the config.json files:

  1. ace_editor_language: the language identifier for the Ace editor that is used to edit code on the website
  2. highlightjs_language: the language identifier for Highlight.js which is used to highlight code on the website

For more information, see https://github.com/exercism/docs/pull/124/files

I'm merging for Factor and Zig, but these languages aren't supported by either editor.

Is it safe to assume that returning an unsupported value will not fail horribly, but just drop into plain text editing with no syntax highlighting?

I think that was the case, right @kntsoriano?

@ErikSchierboom Yes. Just no syntax highlighting.