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

12 lines
252 B
JavaScript
Executable File

export default {
name: 'StringTemplate',
type: 'markup',
aceMode: 'html',
extensions: ['.st'],
languageId: 89855901,
tmScope: 'source.string-template',
codemirrorMode: 'htmlmixed',
codemirrorMimeType: 'text/html',
color: '#3fb34f',
}