From 708a5da51145559ec4e8e9434e07e87b2e92201b Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 7 Jan 2021 14:58:00 -0600 Subject: [PATCH] update comments to # vs / --- language-configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language-configuration.json b/language-configuration.json index 8f162a0..08a343e 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": [