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
276 B
TypeScript
14 lines
276 B
TypeScript
declare const _: {
|
|
name: 'Tcsh'
|
|
type: 'programming'
|
|
aceMode: 'sh'
|
|
extensions: ['.tcsh', '.csh']
|
|
languageId: 368
|
|
tmScope: 'source.shell'
|
|
codemirrorMode: 'shell'
|
|
codemirrorMimeType: 'text/x-sh'
|
|
group: 'Shell'
|
|
interpreters: ['tcsh', 'csh']
|
|
}
|
|
export default _
|