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
325 B
JavaScript
14 lines
325 B
JavaScript
export default {
|
|
name: 'Groovy',
|
|
type: 'programming',
|
|
aceMode: 'groovy',
|
|
extensions: ['.groovy', '.grt', '.gtpl', '.gvy'],
|
|
filenames: ['Jenkinsfile'],
|
|
languageId: 142,
|
|
tmScope: 'source.groovy',
|
|
codemirrorMode: 'groovy',
|
|
codemirrorMimeType: 'text/x-groovy',
|
|
color: '#4298b8',
|
|
interpreters: ['groovy'],
|
|
}
|