Skip to content
Snippets Groups Projects
Commit 4857377f authored by sonson's avatar sonson Committed by Marijn Haverbeke
Browse files

Support Scala in GFM mode.

parent c606a14d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ CodeMirror.defineMode("markdown", function(cmCfg, modeCfg) {
"c++": "text/x-c++src",
java: "text/x-java",
csharp: "text/x-csharp",
"c#": "text/x-csharp"
"c#": "text/x-csharp",
scala: "text/x-scala"
};
var getMode = (function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment