Skip to content

Commit c66ca02

Browse files
committed
change default commentprefix to empty string for xml, html file
1 parent 91c1101 commit c66ca02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function insertFileHeaderComment(picked_template){
125125
case "html":
126126
Object.assign(replace, {
127127
'commentbegin': "<!--",
128-
'commentprefix': " ",
128+
'commentprefix': "",
129129
'commentend': "-->"
130130
});
131131
break;

0 commit comments

Comments
 (0)