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

11 lines
204 B
JavaScript
Executable File

module.exports = {
name: 'FreeMarker',
type: 'programming',
aceMode: 'ftl',
extensions: ['.ftl', '.ftlh'],
languageId: 115,
tmScope: 'text.html.ftl',
aliases: ['ftl'],
color: '#0050b2',
}