[ci] yarn format
This commit is contained in:
parent
444e5a6807
commit
556b9e48e4
1 changed files with 4 additions and 4 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue