From 2a463740c530f8d3e2ffbc685449e85a6bb3a63e Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Tue, 20 Jul 2021 15:20:20 +0100 Subject: [PATCH] Update syntax.json Co-authored-by: Sarah Brown --- syntax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax.json b/syntax.json index 99ecf38..c21c9de 100644 --- a/syntax.json +++ b/syntax.json @@ -408,8 +408,8 @@ { "type": "block", "pattern": { - "start": "\begin{comment}", - "end": "\end{comment}" + "start": "\\begin{comment}", + "end": "\\end{comment}" } } ]