Skip to content

Commit 94c4f0a

Browse files
committed
Update markdown grammar
Fixes microsoft#3948
1 parent 410c161 commit 94c4f0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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/082f5ac70a35e7a0979c8450729d216b59789ad6",
7+
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/935f7a6d1da73e16231be18c545d7991d3698075",
88
"name": "Markdown",
99
"scopeName": "text.html.markdown",
1010
"patterns": [
@@ -189,7 +189,7 @@
189189
"begin": "(^|\\G)[ ]{0,3}(>) ?",
190190
"captures": {
191191
"2": {
192-
"name": "beginning.punctuation.definition.quote.markdown"
192+
"name": "punctuation.definition.quote.begin.markdown"
193193
}
194194
},
195195
"name": "markup.quote.markdown",
@@ -1973,7 +1973,7 @@
19731973
"begin": "(^|\\G)([ ]{0,3})([*+-])([ ]{1,3}|\\t)",
19741974
"beginCaptures": {
19751975
"3": {
1976-
"name": "beginning.punctuation.definition.list.markdown"
1976+
"name": "punctuation.definition.list.begin.markdown"
19771977
}
19781978
},
19791979
"comment": "Currently does not support un-indented second lines.",
@@ -1992,7 +1992,7 @@
19921992
"begin": "(^|\\G)([ ]{0,3})([0-9]+\\.)([ ]{1,3}|\\t)",
19931993
"beginCaptures": {
19941994
"3": {
1995-
"name": "beginning.punctuation.definition.list.markdown"
1995+
"name": "punctuation.definition.list.begin.markdown"
19961996
}
19971997
},
19981998
"name": "markup.list.numbered.markdown",

0 commit comments

Comments
 (0)