release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 12m19s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-04 12:19:09 +05:30
parent 4cebacadfe
commit 72e4d3eceb
108 changed files with 2276 additions and 532 deletions
+23 -4
View File
@@ -195,8 +195,12 @@
"patterns": [
{
"include": "source.ts"
},
{
"include": "#ts-braces"
}
]
],
"applyEndPatternLast": true
},
"props-block": {
"begin": "\\b(props)\\b\\s*(\\{)",
@@ -254,8 +258,15 @@
},
{
"include": "#strings"
},
{
"include": "#ts-braces"
},
{
"include": "source.ts"
}
]
],
"applyEndPatternLast": true
},
"seo-block": {
"begin": "\\b(seo)\\b\\s*(\\{)",
@@ -651,7 +662,8 @@
{
"include": "text.html.basic"
}
]
],
"applyEndPatternLast": true
},
"wire-event": {
"match": "(@)(?:(window|document)(:))?([A-Za-z][A-Za-z0-9_-]*)(\\s*=)",
@@ -1067,8 +1079,15 @@
"name": "punctuation.definition.parameters.end.wrn"
}
}
},
{
"include": "#ts-braces"
},
{
"include": "source.ts"
}
]
],
"applyEndPatternLast": true
},
"grouped-state-block": {
"begin": "\\b(?:(client|server|shared)\\s+)?(state)\\b\\s*(\\{)",