UNPKG

189 BJavaScriptView Raw
1module.exports = {
2 "name": "Agda",
3 "type": "programming",
4 "color": "#315665",
5 "extensions": [
6 ".agda"
7 ],
8 "tmScope": "source.agda",
9 "aceMode": "text",
10 "languageId": 12
11}