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

12 lines
264 B
JavaScript
Executable File

module.exports = {
name: 'EJS',
type: 'markup',
aceMode: 'ejs',
extensions: ['.ejs', '.ect', '.ejs.t', '.jst'],
languageId: 95,
tmScope: 'text.html.js',
codemirrorMode: 'htmlembedded',
codemirrorMimeType: 'application/x-ejs',
color: '#a91e50',
}