🤖 Add Ace editor and highlightjs languages to config.json (#37)

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
This commit is contained in:
Erik Schierboom
2021-05-18 16:17:00 +02:00
committed by GitHub
parent 89d9dc47fb
commit 3136227adc

View File

@@ -13,7 +13,9 @@
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4
"indent_size": 4,
"ace_editor_language": "text",
"highlightjs_language": "text"
},
"ignore_pattern": "[Ee]xample",
"solution_pattern": "[Ee]xample",