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
251 B
TypeScript
13 lines
251 B
TypeScript
declare const _: {
|
|
name: 'Java'
|
|
type: 'programming'
|
|
aceMode: 'java'
|
|
extensions: ['.java', '.jav', '.jsh']
|
|
languageId: 181
|
|
tmScope: 'source.java'
|
|
codemirrorMode: 'clike'
|
|
codemirrorMimeType: 'text/x-java'
|
|
color: '#b07219'
|
|
}
|
|
export = _
|