🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
603 B
JSON
21 lines
603 B
JSON
{
|
|
"name": "Blade JQHTML Components",
|
|
"scopeName": "source.jqhtml.blade-injection",
|
|
"injectionSelector": "L:text.blade, L:text.html.php",
|
|
"patterns": [
|
|
{
|
|
"comment": "JQHTML Component Tags",
|
|
"name": "meta.tag.jqhtml.component",
|
|
"match": "(</?)(([A-Z][A-Za-z0-9_]*))(?=[\\s/>])",
|
|
"captures": {
|
|
"1": {
|
|
"name": "punctuation.definition.tag.html"
|
|
},
|
|
"2": {
|
|
"name": "entity.name.tag.component.jqhtml"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|