UNPKG

304 BJavaScriptView Raw
1export default {
2 "name": "NumPy",
3 "type": "programming",
4 "color": "#9C8AF9",
5 "group": "Python",
6 "extensions": [
7 ".numpy",
8 ".numpyw",
9 ".numsc"
10 ],
11 "tmScope": "none",
12 "aceMode": "text",
13 "codemirrorMode": "python",
14 "codemirrorMimeType": "text/x-python",
15 "languageId": 254
16}