Files
2025-12-03 21:28:08 +00:00

15 lines
341 B
TypeScript
Executable File

declare const _: {
name: 'HTML+ERB'
type: 'markup'
aceMode: 'html_ruby'
extensions: ['.erb', '.erb.deface', '.rhtml']
languageId: 150
tmScope: 'text.html.erb'
aliases: ['erb', 'rhtml', 'html+ruby']
codemirrorMode: 'htmlembedded'
codemirrorMimeType: 'application/x-erb'
color: '#701516'
group: 'HTML'
}
export default _