Update md grammar (#192245)

This commit is contained in:
Matt Bierner 2023-09-05 16:56:58 -07:00 committed by GitHub
parent 630bbb1954
commit 7cc7a6f50c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
"git": {
"name": "microsoft/vscode-markdown-tm-grammar",
"repositoryUrl": "https://github.com/microsoft/vscode-markdown-tm-grammar",
"commitHash": "c635942289ebf40954e69cf3637aac906465ade8"
"commitHash": "0a4b23580308fdcfb4ab7b526e3e13ba17d436fb"
}
},
"license": "MIT",

View file

@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/c635942289ebf40954e69cf3637aac906465ade8",
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/0a4b23580308fdcfb4ab7b526e3e13ba17d436fb",
"name": "Markdown",
"scopeName": "text.html.markdown",
"patterns": [
@ -2989,7 +2989,7 @@
"name": "punctuation.definition.link.title.end.markdown"
}
},
"match": "(?<![\\]\\\\])(\\[)(\\S+?)(\\])",
"match": "(?<![\\]\\\\])(\\[)((?:[^\\s\\[\\]\\\\]|\\\\[\\[\\]])+?)((?<!\\\\)\\])",
"name": "meta.link.reference.markdown"
},
"raw": {