Refactor jqhtml integration to use jqhtml.boot() and migrate blade highlighting to jqhtml extension
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -44,11 +44,6 @@
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Set to 'rspade' to enable RSpade framework features"
|
||||
},
|
||||
"rspade.enableBladeAutoSpacing": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Automatically add spaces inside Blade tags when typing"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -109,26 +104,19 @@
|
||||
"id": "conventionMethod",
|
||||
"superType": "method",
|
||||
"description": "Convention method automatically called by RSX framework"
|
||||
},
|
||||
{
|
||||
"id": "jqhtmlTagAttribute",
|
||||
"superType": "parameter",
|
||||
"description": "The tag attribute on jqhtml components"
|
||||
}
|
||||
],
|
||||
"semanticTokenScopes": [
|
||||
{
|
||||
"scopes": {
|
||||
"conventionMethod": ["entity.name.function.convention.rspade"],
|
||||
"jqhtmlTagAttribute": ["entity.other.attribute-name.jqhtml.tag"]
|
||||
"conventionMethod": ["entity.name.function.convention.rspade"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"configurationDefaults": {
|
||||
"editor.semanticTokenColorCustomizations": {
|
||||
"rules": {
|
||||
"conventionMethod": "#FFA500",
|
||||
"jqhtmlTagAttribute": "#FFA500"
|
||||
"conventionMethod": "#FFA500"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user