UNPKG

249 BJavaScriptView Raw
1export default {
2 "name": "Hy",
3 "type": "programming",
4 "aceMode": "text",
5 "color": "#7790B2",
6 "extensions": [
7 ".hy"
8 ],
9 "interpreters": [
10 "hy"
11 ],
12 "aliases": [
13 "hylang"
14 ],
15 "tmScope": "source.hy",
16 "languageId": 159
17}