🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
204 B
JavaScript
Executable File
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',
|
|
}
|