From 556cdf8a5c2f0159ea53515b6f1ee7e8896965fa Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 21 Apr 2016 15:59:01 +0200 Subject: [PATCH] fixes #5602: Request to change jade/pug line comment to //- --- extensions/jade/jade.configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/jade/jade.configuration.json b/extensions/jade/jade.configuration.json index 51527b38e5b..7f24c2f5265 100644 --- a/extensions/jade/jade.configuration.json +++ b/extensions/jade/jade.configuration.json @@ -1,6 +1,6 @@ { "comments": { - "lineComment": "//" + "lineComment": "//-" }, "brackets": [ ["{", "}"],