You've already forked Epicnabbo-Catalogus-Updated-Daily
32 lines
530 B
JSON
32 lines
530 B
JSON
{
|
|
"name": "Emacs Lisp",
|
|
"type": "programming",
|
|
"tmScope": "source.emacs.lisp",
|
|
"color": "#c065db",
|
|
"aliases": [
|
|
"elisp",
|
|
"emacs"
|
|
],
|
|
"filenames": [
|
|
".abbrev_defs",
|
|
".emacs",
|
|
".emacs.desktop",
|
|
".gnus",
|
|
".spacemacs",
|
|
".viper",
|
|
"Cask",
|
|
"Project.ede",
|
|
"_emacs",
|
|
"abbrev_defs"
|
|
],
|
|
"extensions": [
|
|
".el",
|
|
".emacs",
|
|
".emacs.desktop"
|
|
],
|
|
"aceMode": "lisp",
|
|
"codemirrorMode": "commonlisp",
|
|
"codemirrorMimeType": "text/x-common-lisp",
|
|
"languageId": 102
|
|
}
|