UNPKG

305 BJavaScriptView Raw
1module.exports = {
2 "name": "Crystal",
3 "type": "programming",
4 "color": "#000100",
5 "extensions": [
6 ".cr"
7 ],
8 "aceMode": "ruby",
9 "codemirrorMode": "crystal",
10 "codemirrorMimeType": "text/x-crystal",
11 "tmScope": "source.crystal",
12 "interpreters": [
13 "crystal"
14 ],
15 "languageId": 72
16}