You've already forked Epicnabbo-Catalogus-Updated-Daily
22 lines
366 B
JSON
22 lines
366 B
JSON
{
|
|
"name": "HTML+ERB",
|
|
"type": "markup",
|
|
"color": "#701516",
|
|
"tmScope": "text.html.erb",
|
|
"group": "HTML",
|
|
"aliases": [
|
|
"erb",
|
|
"rhtml",
|
|
"html+ruby"
|
|
],
|
|
"extensions": [
|
|
".erb",
|
|
".erb.deface",
|
|
".rhtml"
|
|
],
|
|
"aceMode": "text",
|
|
"codemirrorMode": "htmlembedded",
|
|
"codemirrorMimeType": "application/x-erb",
|
|
"languageId": 150
|
|
}
|