feat: publish changed packages independently
This commit is contained in:
@@ -328,7 +328,8 @@
|
||||
{
|
||||
"include": "source.css"
|
||||
}
|
||||
]
|
||||
],
|
||||
"applyEndPatternLast": true
|
||||
},
|
||||
"css-braces": {
|
||||
"begin": "\\{",
|
||||
@@ -753,6 +754,24 @@
|
||||
},
|
||||
"interpolation": {
|
||||
"patterns": [
|
||||
{
|
||||
"name": "meta.block.directive.wrn",
|
||||
"match": "(\\{)(#if|#each|:else(?:\\s+if)?|/if|/each)(?:\\s+([^}]*))?(\\})",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "punctuation.definition.keyword.wrn"
|
||||
},
|
||||
"2": {
|
||||
"name": "keyword.control.wrn"
|
||||
},
|
||||
"3": {
|
||||
"name": "meta.embedded.expr.wrn"
|
||||
},
|
||||
"4": {
|
||||
"name": "punctuation.definition.keyword.wrn"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "meta.interpolation.i18n.wrn",
|
||||
"match": "(\\{)(t:)([^}]*)(\\})",
|
||||
|
||||
Reference in New Issue
Block a user