Skip to content
Snippets Groups Projects
Commit c7fbd3c8 authored by dgelessus's avatar dgelessus
Browse files

Fix typo in REPL syntax highlighting language name

parent a6b4a72a
Branches
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ define([
});
CodeMirror.defineMIME("text/x-classicalb", "classicalb");
CodeMirror.defineMIME("text/x-prob2-jupyter-repl", "prob2_jupter_repl");
CodeMirror.defineMIME("text/x-prob2-jupyter-repl", "prob2_jupyter_repl");
// CodeMirror doesn't understand the text/latex MIME type by default.
CodeMirror.defineMIME("text/latex", "stex");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment