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
330 B
TypeScript
15 lines
330 B
TypeScript
declare const _: {
|
|
name: 'Nginx'
|
|
type: 'data'
|
|
aceMode: 'nginx'
|
|
extensions: ['.nginx', '.nginxconf', '.vhost']
|
|
filenames: ['nginx.conf']
|
|
languageId: 248
|
|
tmScope: 'source.nginx'
|
|
aliases: ['nginx configuration file']
|
|
codemirrorMode: 'nginx'
|
|
codemirrorMimeType: 'text/x-nginx-conf'
|
|
color: '#009639'
|
|
}
|
|
export = _
|