release: WRNexusJS 0.8.0
This commit is contained in:
@@ -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*(\\{)",
|
||||
|
||||
Reference in New Issue
Block a user