UNPKG

222 BJavaScriptView Raw
1export default {
2 "name": "JFlex",
3 "type": "programming",
4 "color": "#DBCA00",
5 "group": "Lex",
6 "extensions": [
7 ".flex",
8 ".jflex"
9 ],
10 "tmScope": "source.jflex",
11 "aceMode": "text",
12 "languageId": 173
13}