You've already forked Epicnabbo-Catalogus-Updated-Daily
22 lines
366 B
JSON
22 lines
366 B
JSON
{
|
|
"name": "LiveScript",
|
|
"type": "programming",
|
|
"color": "#499886",
|
|
"aliases": [
|
|
"live-script",
|
|
"ls"
|
|
],
|
|
"extensions": [
|
|
".ls",
|
|
"._ls"
|
|
],
|
|
"filenames": [
|
|
"Slakefile"
|
|
],
|
|
"tmScope": "source.livescript",
|
|
"aceMode": "livescript",
|
|
"codemirrorMode": "livescript",
|
|
"codemirrorMimeType": "text/x-livescript",
|
|
"languageId": 208
|
|
}
|