Skip to content

Commit 7cc7a6f

Browse files
authored
Update md grammar (microsoft#192245)
1 parent 630bbb1 commit 7cc7a6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extensions/markdown-basics/cgmanifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"git": {
3434
"name": "microsoft/vscode-markdown-tm-grammar",
3535
"repositoryUrl": "https://github.com/microsoft/vscode-markdown-tm-grammar",
36-
"commitHash": "c635942289ebf40954e69cf3637aac906465ade8"
36+
"commitHash": "0a4b23580308fdcfb4ab7b526e3e13ba17d436fb"
3737
}
3838
},
3939
"license": "MIT",

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

+2-2
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/c635942289ebf40954e69cf3637aac906465ade8",
7+
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/0a4b23580308fdcfb4ab7b526e3e13ba17d436fb",
88
"name": "Markdown",
99
"scopeName": "text.html.markdown",
1010
"patterns": [
@@ -2989,7 +2989,7 @@
29892989
"name": "punctuation.definition.link.title.end.markdown"
29902990
}
29912991
},
2992-
"match": "(?<![\\]\\\\])(\\[)(\\S+?)(\\])",
2992+
"match": "(?<![\\]\\\\])(\\[)((?:[^\\s\\[\\]\\\\]|\\\\[\\[\\]])+?)((?<!\\\\)\\])",
29932993
"name": "meta.link.reference.markdown"
29942994
},
29952995
"raw": {

0 commit comments

Comments
 (0)