You've already forked Epicnabbo-Catalogus-Updated-Daily
22 lines
339 B
JSON
22 lines
339 B
JSON
{
|
|
"name": "C#",
|
|
"type": "programming",
|
|
"aceMode": "csharp",
|
|
"codemirrorMode": "clike",
|
|
"codemirrorMimeType": "text/x-csharp",
|
|
"tmScope": "source.cs",
|
|
"color": "#178600",
|
|
"aliases": [
|
|
"csharp",
|
|
"cake",
|
|
"cakescript"
|
|
],
|
|
"extensions": [
|
|
".cs",
|
|
".cake",
|
|
".csx",
|
|
".linq"
|
|
],
|
|
"languageId": 42
|
|
}
|