From 02e6a4e7b58fab51873a0b3dcb6e2f58f266a083 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Wed, 1 Dec 2021 14:48:17 +0000 Subject: [PATCH] Update syntax.json --- syntax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax.json b/syntax.json index d843539..7a4fde5 100644 --- a/syntax.json +++ b/syntax.json @@ -544,8 +544,8 @@ { "type": "block", "pattern": { - "start": "/*", - "end": "*/" + "start": "/\\*", + "end": "\\*/" } } ]