mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Update md grammar (#192245)
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
"git": {
|
"git": {
|
||||||
"name": "microsoft/vscode-markdown-tm-grammar",
|
"name": "microsoft/vscode-markdown-tm-grammar",
|
||||||
"repositoryUrl": "https://github.com/microsoft/vscode-markdown-tm-grammar",
|
"repositoryUrl": "https://github.com/microsoft/vscode-markdown-tm-grammar",
|
||||||
"commitHash": "c635942289ebf40954e69cf3637aac906465ade8"
|
"commitHash": "0a4b23580308fdcfb4ab7b526e3e13ba17d436fb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
"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."
|
"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",
|
"name": "Markdown",
|
||||||
"scopeName": "text.html.markdown",
|
"scopeName": "text.html.markdown",
|
||||||
"patterns": [
|
"patterns": [
|
||||||
@@ -2989,7 +2989,7 @@
|
|||||||
"name": "punctuation.definition.link.title.end.markdown"
|
"name": "punctuation.definition.link.title.end.markdown"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"match": "(?<![\\]\\\\])(\\[)(\\S+?)(\\])",
|
"match": "(?<![\\]\\\\])(\\[)((?:[^\\s\\[\\]\\\\]|\\\\[\\[\\]])+?)((?<!\\\\)\\])",
|
||||||
"name": "meta.link.reference.markdown"
|
"name": "meta.link.reference.markdown"
|
||||||
},
|
},
|
||||||
"raw": {
|
"raw": {
|
||||||
|
|||||||
Reference in New Issue
Block a user