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>
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
export default {
|
|
name: 'API Blueprint',
|
|
type: 'markup',
|
|
aceMode: 'markdown',
|
|
extensions: ['.apib'],
|
|
languageId: 5,
|
|
tmScope: 'text.html.markdown.source.gfm.apib',
|
|
color: '#2ACCA8',
|
|
}
|