linguist-languages
Version:
Linguist languages.yml in JSON format
18 lines (17 loc) • 323 B
text/typescript
declare const _: {
"name": "NumPy",
"type": "programming",
"color": "#9C8AF9",
"group": "Python",
"extensions": [
".numpy",
".numpyw",
".numsc"
],
"tmScope": "none",
"aceMode": "text",
"codemirrorMode": "python",
"codemirrorMimeType": "text/x-python",
"languageId": 254
}
export default _