UNPKG

383 BJavaScriptView Raw
1module.exports = {
2 "name": "HTML+ERB",
3 "type": "markup",
4 "color": "#701516",
5 "tmScope": "text.html.erb",
6 "group": "HTML",
7 "aliases": [
8 "erb",
9 "rhtml",
10 "html+ruby"
11 ],
12 "extensions": [
13 ".erb",
14 ".erb.deface",
15 ".rhtml"
16 ],
17 "aceMode": "text",
18 "codemirrorMode": "htmlembedded",
19 "codemirrorMimeType": "application/x-erb",
20 "languageId": 150
21}