[ci] yarn format

This commit is contained in:
matthewp 2021-05-28 15:53:52 +00:00 committed by GitHub Actions
parent 444e5a6807
commit 556b9e48e4

View file

@ -718,25 +718,25 @@
"begin": "(<)(Markdown)(>)",
"beginCaptures": {
"1": {
"name":"punctuation.definition.tag.begin.html"
"name": "punctuation.definition.tag.begin.html"
},
"2": {
"name": "entity.name.tag.html"
},
"3": {
"name":"punctuation.definition.tag.end.html"
"name": "punctuation.definition.tag.end.html"
}
},
"end": "(</)(Markdown)(>)",
"endCaptures": {
"1": {
"name":"punctuation.definition.tag.begin.html"
"name": "punctuation.definition.tag.begin.html"
},
"2": {
"name": "entity.name.tag.html"
},
"3": {
"name":"punctuation.definition.tag.end.html"
"name": "punctuation.definition.tag.end.html"
}
},
"patterns": [