🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
240 B
TypeScript
Executable File
12 lines
240 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Handlebars'
|
|
type: 'markup'
|
|
aceMode: 'handlebars'
|
|
extensions: ['.handlebars', '.hbs']
|
|
languageId: 155
|
|
tmScope: 'text.html.handlebars'
|
|
aliases: ['hbs', 'htmlbars']
|
|
color: '#f7931e'
|
|
}
|
|
export default _
|