Skip to content

Commit 98e86d1

Browse files
committed
[gas mode] Define text/x-gas mime type
Closes #7134
1 parent 1df33b7 commit 98e86d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mode/gas/gas.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,6 @@ CodeMirror.defineMode("gas", function(_config, parserConfig) {
350350
};
351351
});
352352

353+
CodeMirror.defineMIME("text/x-gas", "gas");
354+
353355
});

0 commit comments

Comments
 (0)