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