Skip to content

Commit 8af86c7

Browse files
committed
Update markdown grammar
1 parent cb1f945 commit 8af86c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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/2544443db4402b3271b1b99bd9a1efb2c757c3d5",
7+
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/5f5b3d7eaced763432867f8eb6d3d768f6cd2acc",
88
"name": "Markdown",
99
"scopeName": "text.html.markdown",
1010
"patterns": [
@@ -1970,7 +1970,7 @@
19701970
"lists": {
19711971
"patterns": [
19721972
{
1973-
"begin": "(^|\\G)([ ]{0,3})([*+-])([ ]{1,3}|\\t)",
1973+
"begin": "(^|\\G)([ ]{0,3})([*+-])([ \\t])",
19741974
"beginCaptures": {
19751975
"3": {
19761976
"name": "punctuation.definition.list.begin.markdown"
@@ -1989,7 +1989,7 @@
19891989
"while": "((^|\\G)([ ]{2,4}|\\t))|(^[ \\t]*$)"
19901990
},
19911991
{
1992-
"begin": "(^|\\G)([ ]{0,3})([0-9]+\\.)([ ]{1,3}|\\t)",
1992+
"begin": "(^|\\G)([ ]{0,3})([0-9]+\\.)([ \\t])",
19931993
"beginCaptures": {
19941994
"3": {
19951995
"name": "punctuation.definition.list.begin.markdown"

0 commit comments

Comments
 (0)