From 2ad2ffed14684174ce5349013b8f6c19887a97ff Mon Sep 17 00:00:00 2001 From: Jesse Burgheimer Date: Sat, 25 Feb 2017 14:46:45 -0800 Subject: [PATCH] Corrected Quote syntax highlighting Changed quoted text to be read as markup text instead of comment text. --- grammars/gfm.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammars/gfm.cson b/grammars/gfm.cson index eb34a71..5779967 100644 --- a/grammars/gfm.cson +++ b/grammars/gfm.cson @@ -1140,7 +1140,7 @@ 'beginCaptures': '1': 'name': 'support.quote.gfm' - 'name': 'comment.quote.gfm' + 'name': 'markup.quote.gfm' 'patterns': [ { 'include': '$self'