You've already forked Epicnabbo-Catalogus-Updated-Daily
19 lines
318 B
JSON
19 lines
318 B
JSON
{
|
|
"name": "NewLisp",
|
|
"type": "programming",
|
|
"color": "#87AED7",
|
|
"extensions": [
|
|
".nl",
|
|
".lisp",
|
|
".lsp"
|
|
],
|
|
"interpreters": [
|
|
"newlisp"
|
|
],
|
|
"tmScope": "source.lisp",
|
|
"aceMode": "lisp",
|
|
"codemirrorMode": "commonlisp",
|
|
"codemirrorMimeType": "text/x-common-lisp",
|
|
"languageId": 247
|
|
}
|