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>
14 lines
269 B
TypeScript
14 lines
269 B
TypeScript
declare const _: {
|
|
name: 'Dart'
|
|
type: 'programming'
|
|
aceMode: 'dart'
|
|
extensions: ['.dart']
|
|
languageId: 87
|
|
tmScope: 'source.dart'
|
|
codemirrorMode: 'dart'
|
|
codemirrorMimeType: 'application/dart'
|
|
color: '#00B4AB'
|
|
interpreters: ['dart']
|
|
}
|
|
export default _
|