refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -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