UNPKG

211 BJavaScriptView Raw
1module.exports = {
2 "name": "Yacc",
3 "type": "programming",
4 "extensions": [
5 ".y",
6 ".yacc",
7 ".yy"
8 ],
9 "tmScope": "source.yacc",
10 "aceMode": "text",
11 "color": "#4B6C4B",
12 "languageId": 409
13}