UNPKG

222 BJavaScriptView Raw
1export default {
2 "name": "Chapel",
3 "type": "programming",
4 "color": "#8dc63f",
5 "aliases": [
6 "chpl"
7 ],
8 "extensions": [
9 ".chpl"
10 ],
11 "tmScope": "source.chapel",
12 "aceMode": "text",
13 "languageId": 55
14}