UNPKG

290 BJavaScriptView Raw
1module.exports = {
2 "name": "Batchfile",
3 "type": "programming",
4 "aliases": [
5 "bat",
6 "batch",
7 "dosbatch",
8 "winbatch"
9 ],
10 "extensions": [
11 ".bat",
12 ".cmd"
13 ],
14 "tmScope": "source.batchfile",
15 "aceMode": "batchfile",
16 "color": "#C1F12E",
17 "languageId": 29
18}