linguist-languages
Version:
Linguist languages data
14 lines (13 loc) • 314 B
JavaScript
module.exports = {
name: 'HTML+EEX',
type: 'markup',
color: '#6e4a7e',
extensions: ['.html.eex', '.heex', '.leex'],
tmScope: 'text.html.elixir',
aceMode: 'text',
languageId: 149,
aliases: ['eex', 'heex', 'leex'],
codemirrorMode: 'htmlmixed',
codemirrorMimeType: 'text/html',
group: 'HTML',
}