UNPKG

236 BJavaScriptView Raw
1module.exports = {
2 "name": "Dafny",
3 "type": "programming",
4 "color": "#FFEC25",
5 "extensions": [
6 ".dfy"
7 ],
8 "interpreters": [
9 "dafny"
10 ],
11 "tmScope": "text.dfy.dafny",
12 "aceMode": "text",
13 "languageId": 969323346
14}