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": [