We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents def80fc + 0a9ce3b commit ad395c7Copy full SHA for ad395c7
src/languages.json
@@ -10140,6 +10140,22 @@
10140
"wrap": "false",
10141
"searchable": "true"
10142
},
10143
+ {
10144
+ "type": "programming",
10145
+ "color": "#926059",
10146
+ "extensions": [
10147
+ ".mrc"
10148
+ ],
10149
+ "tmScope": "source.mrc",
10150
+ "aceMode": "text",
10151
+ "languageId": 517654727,
10152
+ "name": "mIRC Script",
10153
+ "aliases": [
10154
+ "mirc script"
10155
10156
+ "wrap": "false",
10157
+ "searchable": "true"
10158
+ },
10159
{
10160
"type": "programming",
10161
"color": "#E22837",
0 commit comments