linguist-languages
Version:
Linguist languages data
15 lines (14 loc) • 330 B
TypeScript
declare const _: {
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'
}
export = _