Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 98e86d1

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)