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

15 lines
299 B
TypeScript
Executable File

declare const _: {
name: 'HTML+Razor'
type: 'markup'
aceMode: 'razor'
extensions: ['.cshtml', '.razor']
languageId: 479039817
tmScope: 'text.html.cshtml'
aliases: ['razor']
codemirrorMode: 'htmlmixed'
codemirrorMimeType: 'text/html'
color: '#512be4'
group: 'HTML'
}
export = _