Files
rspade_system/node_modules/linguist-languages/data/HTML_2b_ERB.js
2025-12-03 21:28:08 +00:00

14 lines
335 B
JavaScript
Executable File

module.exports = {
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',
}