🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
213 B
TypeScript
Executable File
12 lines
213 B
TypeScript
Executable File
declare const _: {
|
|
name: 'FreeMarker'
|
|
type: 'programming'
|
|
aceMode: 'ftl'
|
|
extensions: ['.ftl', '.ftlh']
|
|
languageId: 115
|
|
tmScope: 'text.html.ftl'
|
|
aliases: ['ftl']
|
|
color: '#0050b2'
|
|
}
|
|
export default _
|