UNPKG

288 BJavaScriptView Raw
1module.exports = {
2 "name": "Easybuild",
3 "type": "data",
4 "color": "#069406",
5 "group": "Python",
6 "aceMode": "python",
7 "codemirrorMode": "python",
8 "codemirrorMimeType": "text/x-python",
9 "tmScope": "source.python",
10 "extensions": [
11 ".eb"
12 ],
13 "languageId": 342840477
14}