diff --git a/visualforce.configuration.json b/visualforce.configuration.json index 80d8a57..f418837 100644 --- a/visualforce.configuration.json +++ b/visualforce.configuration.json @@ -1,9 +1,7 @@ { "comments": { - // symbol used for single line comment. Remove this entry if your language does not support line comments - "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": [ @@ -11,4 +9,4 @@ ["[", "]"], ["(", ")"] ] -} \ No newline at end of file +}