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>
15 lines
295 B
TypeScript
15 lines
295 B
TypeScript
declare const _: {
|
|
name: 'Rust'
|
|
type: 'programming'
|
|
aceMode: 'rust'
|
|
extensions: ['.rs', '.rs.in']
|
|
languageId: 327
|
|
tmScope: 'source.rust'
|
|
aliases: ['rs']
|
|
codemirrorMode: 'rust'
|
|
codemirrorMimeType: 'text/x-rustsrc'
|
|
color: '#dea584'
|
|
interpreters: ['rust-script']
|
|
}
|
|
export = _
|