From 1f482cd06d73c10402e0de4ed29dee4032e18d1a Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Thu, 11 Oct 2018 17:21:36 -0700 Subject: [PATCH] Update markdown grammar --- extensions/markdown-basics/syntaxes/markdown.tmLanguage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json b/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json index 1103d7e06e8..c74fb3ba70e 100644 --- a/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json +++ b/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json @@ -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/0bd394a33046eeb204a9ebebdffb113d39587591", + "version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/ee6a11d0bbbe8ef6bcf8e664f446c00fb14212f2", "name": "Markdown", "scopeName": "text.html.markdown", "patterns": [ @@ -2469,7 +2469,7 @@ "2": { "name": "string.other.link.title.markdown" }, - "4": { + "3": { "name": "punctuation.definition.string.end.markdown" } },