Skip to content

Commit 4857377

Browse files
sonsonmarijnh
authored andcommitted
Support Scala in GFM mode.
1 parent c606a14 commit 4857377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mode/markdown/markdown.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ CodeMirror.defineMode("markdown", function(cmCfg, modeCfg) {
1010
"c++": "text/x-c++src",
1111
java: "text/x-java",
1212
csharp: "text/x-csharp",
13-
"c#": "text/x-csharp"
13+
"c#": "text/x-csharp",
14+
scala: "text/x-scala"
1415
};
1516

1617
var getMode = (function () {

0 commit comments

Comments
 (0)