diff --git a/language-configuration.json b/language-configuration.json index 8f162a0..cb45e3f 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": [