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

14 lines
291 B
JavaScript
Executable File

module.exports = {
name: 'Ecmarkup',
type: 'markup',
aceMode: 'html',
extensions: ['.html'],
languageId: 844766630,
tmScope: 'text.html.ecmarkup',
aliases: ['ecmarkdown'],
codemirrorMode: 'htmlmixed',
codemirrorMimeType: 'text/html',
color: '#eb8131',
group: 'HTML',
}