From e248bd1d0e624e4833122c2c1f1e001184f93014 Mon Sep 17 00:00:00 2001 From: Etienne Rocheleau Date: Fri, 21 Apr 2017 14:11:43 -0400 Subject: [PATCH] Change comments for visualforce language Change comments for visualforce language --- visualforce.configuration.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 +}