From 8c4ee5a98a51b80c2698fcc50a8ffc723c229c35 Mon Sep 17 00:00:00 2001 From: Malcolm Miller Date: Mon, 13 Dec 2021 11:57:26 -0800 Subject: [PATCH] Removed block comments, Changed line comment to a single forward-slash. --- language-configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language-configuration.json b/language-configuration.json index 10bf310..059cfdc 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -1,9 +1,9 @@ { "comments": { // symbol used for single line comment. Remove this entry if your language does not support line comments - "lineComment": ";", + "lineComment?": "/", // symbols used for start and end a block comment. Remove this entry if your language does not support block comments - "blockComment": [ "/*", "*/" ] + // "blockComment": [ "/*", "*/" ] }, // symbols used as brackets "brackets": [