Add Ace editor and highlightjs languages to config.json
Closed this issue · 4 comments
ErikSchierboom commented
Add two new keys to the online_editor
property in the config.json
files:
ace_editor_language
: the language identifier for the Ace editor that is used to edit code on the websitehighlightjs_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
booniepepper commented
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?
ErikSchierboom commented
I think that was the case, right @kntsoriano?
kntsoriano commented
@ErikSchierboom Yes. Just no syntax highlighting.
booniepepper commented
Thanks!
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Friday, May 7, 2021 3:02 AM, Karlo Soriano ***@***.***> wrote:
***@***.***(https://github.com/ErikSchierboom) Yes. Just no syntax highlighting.
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#32 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AEGKFMRMYBRPPXUTVJQ3DG3TMO3DZANCNFSM43ZZSGLQ).