Skip to content

Commit 4bee6fd

Browse files
ErikSchierboommirkoperillo
authored andcommitted
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
1 parent 6a3fbb8 commit 4bee6fd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"version": 3,
1313
"online_editor": {
1414
"indent_style": "space",
15-
"indent_size": 4
15+
"indent_size": 4,
16+
"ace_editor_language": "java",
17+
"highlightjs_language": "java"
1618
},
1719
"solution_pattern": "reference",
1820
"files": {

0 commit comments

Comments
 (0)