We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b2112 commit c66d534Copy full SHA for c66d534
1 file changed
command.js
@@ -89,6 +89,7 @@ function insertFileHeaderComment(picked_template){
89
break;
90
case "perl":
91
case "ruby":
92
+ case "yaml":
93
Object.assign(replace, {
94
'commentbegin': "#",
95
'commentprefix': "#",
0 commit comments