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>
12 lines
237 B
JavaScript
12 lines
237 B
JavaScript
module.exports = {
|
|
name: 'ECL',
|
|
type: 'programming',
|
|
aceMode: 'text',
|
|
extensions: ['.ecl', '.eclxml'],
|
|
languageId: 93,
|
|
tmScope: 'source.ecl',
|
|
codemirrorMode: 'ecl',
|
|
codemirrorMimeType: 'text/x-ecl',
|
|
color: '#8a1267',
|
|
}
|