refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
|
||||
"name": "Wire attributes",
|
||||
"name": "WrNexus attributes",
|
||||
"scopeName": "wrn.attributes.injection",
|
||||
"injectionSelector": "L:meta.tag -comment -string",
|
||||
"patterns": [{ "include": "#wire-event" }, { "include": "#wire-directive" }],
|
||||
"patterns": [{ "include": "#wrn-event" }, { "include": "#wrn-directive" }],
|
||||
"repository": {
|
||||
"wire-event": {
|
||||
"wrn-event": {
|
||||
"match": "(@)([A-Za-z][A-Za-z0-9_-]*)",
|
||||
"captures": {
|
||||
"1": { "name": "punctuation.definition.keyword.wrn" },
|
||||
"2": { "name": "entity.other.attribute-name.wrn.event" }
|
||||
}
|
||||
},
|
||||
"wire-directive": {
|
||||
"match": "\\b(data-(?:component|scope|for|text|show|slot|on-[A-Za-z0-9_-]+|wire-[A-Za-z0-9_-]+|wrnexus-[A-Za-z0-9_-]+))\\b",
|
||||
"wrn-directive": {
|
||||
"match": "\\b(data-(?:component|scope|for|text|show|slot|on-[A-Za-z0-9_-]+|wrn-[A-Za-z0-9_-]+|wrnexus-[A-Za-z0-9_-]+))\\b",
|
||||
"name": "entity.other.attribute-name.wrn.directive"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -652,7 +652,7 @@
|
||||
"include": "#interpolation"
|
||||
},
|
||||
{
|
||||
"include": "#wire-event"
|
||||
"include": "#wrn-event"
|
||||
},
|
||||
{
|
||||
"include": "#conditional-class"
|
||||
@@ -666,7 +666,7 @@
|
||||
],
|
||||
"applyEndPatternLast": true
|
||||
},
|
||||
"wire-event": {
|
||||
"wrn-event": {
|
||||
"match": "(@)(?:(window|document)(:))?([A-Za-z][A-Za-z0-9_-]*)(\\s*=)",
|
||||
"captures": {
|
||||
"1": {
|
||||
|
||||
Reference in New Issue
Block a user