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>
12 lines
227 B
JavaScript
12 lines
227 B
JavaScript
module.exports = {
|
|
name: 'RAML',
|
|
type: 'markup',
|
|
aceMode: 'yaml',
|
|
extensions: ['.raml'],
|
|
languageId: 308,
|
|
tmScope: 'source.yaml',
|
|
codemirrorMode: 'yaml',
|
|
codemirrorMimeType: 'text/x-yaml',
|
|
color: '#77d9fb',
|
|
}
|