🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
260 B
TypeScript
Executable File
13 lines
260 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Mustache'
|
|
type: 'markup'
|
|
aceMode: 'smarty'
|
|
extensions: ['.mustache']
|
|
languageId: 638334590
|
|
tmScope: 'text.html.smarty'
|
|
codemirrorMode: 'smarty'
|
|
codemirrorMimeType: 'text/x-smarty'
|
|
color: '#724b3b'
|
|
}
|
|
export default _
|