UNPKG

198 BJavaScriptView Raw
1export default {
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}