Skip to content

Commit

Permalink
config.json: add two new keys to online_editor (#295)
Browse files Browse the repository at this point in the history
- `online_editor.ace_editor_language`: the language identifier for the
   Ace editor, which is used to edit code on the website.
- `online_editor.highlightjs_language`: the language identifier for
  Highlight.js, which is used to highlight code on the website.
  • Loading branch information
ErikSchierboom authored Apr 30, 2021
1 parent 6e909c9 commit 3a0a722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 2
"indent_size": 2,
"ace_editor_language": "nim",
"highlightjs_language": "nim"
},
"files": {
"solution": [
Expand Down

0 comments on commit 3a0a722

Please sign in to comment.