Skip to content

Commit daec9ce

Browse files
committed
Update markdown grammar
1 parent f4f6c62 commit daec9ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/markdown-basics/syntaxes/markdown.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7-
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/6b98eb377656fb175692f9e972bc6e88881eafd8",
7+
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/98d4a7b3eb094a162c6978bb8df63cbbfe015c55",
88
"name": "Markdown",
99
"scopeName": "text.html.markdown",
1010
"patterns": [
@@ -2079,7 +2079,7 @@
20792079
"include": "source.yaml"
20802080
}
20812081
],
2082-
"while": "^(?!(-{3}|\\.{3})\\s*$)"
2082+
"end": "(^|\\G)-{3}|\\.{3}\\s*$\""
20832083
},
20842084
"inline": {
20852085
"patterns": [

0 commit comments

Comments
 (0)