Files
2025-11-25 22:42:56 +01:00

17 lines
288 B
JSON

{
"name": "Crystal",
"type": "programming",
"color": "#000100",
"extensions": [
".cr"
],
"aceMode": "ruby",
"codemirrorMode": "crystal",
"codemirrorMimeType": "text/x-crystal",
"tmScope": "source.crystal",
"interpreters": [
"crystal"
],
"languageId": 72
}