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

13 lines
261 B
JavaScript
Executable File

module.exports = {
name: 'Marko',
type: 'markup',
aceMode: 'text',
extensions: ['.marko'],
languageId: 932782397,
tmScope: 'text.marko',
aliases: ['markojs'],
codemirrorMode: 'htmlmixed',
codemirrorMimeType: 'text/html',
color: '#42bff2',
}