🤖 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user