You've already forked Epicnabbo-Catalogus-Updated-Daily
29 lines
448 B
JSON
29 lines
448 B
JSON
{
|
|
"name": "Clojure",
|
|
"type": "programming",
|
|
"tmScope": "source.clojure",
|
|
"aceMode": "clojure",
|
|
"codemirrorMode": "clojure",
|
|
"codemirrorMimeType": "text/x-clojure",
|
|
"color": "#db5855",
|
|
"extensions": [
|
|
".clj",
|
|
".bb",
|
|
".boot",
|
|
".cl2",
|
|
".cljc",
|
|
".cljs",
|
|
".cljs.hl",
|
|
".cljscm",
|
|
".cljx",
|
|
".hic"
|
|
],
|
|
"filenames": [
|
|
"riemann.config"
|
|
],
|
|
"interpreters": [
|
|
"bb"
|
|
],
|
|
"languageId": 62
|
|
}
|