UNPKG

257 BJavaScriptView Raw
1export default {
2 "name": "Euphoria",
3 "type": "programming",
4 "color": "#FF790B",
5 "extensions": [
6 ".e",
7 ".ex"
8 ],
9 "interpreters": [
10 "eui",
11 "euiw"
12 ],
13 "aceMode": "text",
14 "tmScope": "source.euphoria",
15 "languageId": 880693982
16}