You've already forked Epicnabbo-Catalogus-Updated-Daily
19 lines
302 B
JSON
19 lines
302 B
JSON
{
|
|
"name": "Cython",
|
|
"type": "programming",
|
|
"color": "#fedf5b",
|
|
"extensions": [
|
|
".pyx",
|
|
".pxd",
|
|
".pxi"
|
|
],
|
|
"aliases": [
|
|
"pyrex"
|
|
],
|
|
"tmScope": "source.cython",
|
|
"aceMode": "text",
|
|
"codemirrorMode": "python",
|
|
"codemirrorMimeType": "text/x-cython",
|
|
"languageId": 79
|
|
}
|