Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
249 B
TypeScript
13 lines
249 B
TypeScript
declare const _: {
|
|
name: 'Haml'
|
|
type: 'markup'
|
|
aceMode: 'haml'
|
|
extensions: ['.haml', '.haml.deface']
|
|
languageId: 154
|
|
tmScope: 'text.haml'
|
|
codemirrorMode: 'haml'
|
|
codemirrorMimeType: 'text/x-haml'
|
|
color: '#ece2a9'
|
|
}
|
|
export default _
|