UNPKG

234 BJavaScriptView Raw
1module.exports = {
2 "name": "Fennel",
3 "type": "programming",
4 "tmScope": "source.fnl",
5 "aceMode": "text",
6 "color": "#fff3d7",
7 "interpreters": [
8 "fennel"
9 ],
10 "extensions": [
11 ".fnl"
12 ],
13 "languageId": 239946126
14}