[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)(>)", "begin": "(<)(Markdown)(>)",
"beginCaptures": { "beginCaptures": {
"1": { "1": {
"name":"punctuation.definition.tag.begin.html" "name": "punctuation.definition.tag.begin.html"
}, },
"2": { "2": {
"name": "entity.name.tag.html" "name": "entity.name.tag.html"
}, },
"3": { "3": {
"name":"punctuation.definition.tag.end.html" "name": "punctuation.definition.tag.end.html"
} }
}, },
"end": "(</)(Markdown)(>)", "end": "(</)(Markdown)(>)",
"endCaptures": { "endCaptures": {
"1": { "1": {
"name":"punctuation.definition.tag.begin.html" "name": "punctuation.definition.tag.begin.html"
}, },
"2": { "2": {
"name": "entity.name.tag.html" "name": "entity.name.tag.html"
}, },
"3": { "3": {
"name":"punctuation.definition.tag.end.html" "name": "punctuation.definition.tag.end.html"
} }
}, },
"patterns": [ "patterns": [