linguist-languages
Version:
Linguist languages data
14 lines (13 loc) • 330 B
JavaScript
module.exports = {
name: 'HTML+ERB',
type: 'markup',
color: '#701516',
extensions: ['.erb', '.erb.deface', '.rhtml'],
tmScope: 'text.html.erb',
aceMode: 'text',
languageId: 150,
aliases: ['erb', 'rhtml', 'html+ruby'],
codemirrorMode: 'htmlembedded',
codemirrorMimeType: 'application/x-erb',
group: 'HTML',
}