UNPKG

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