lost line

This commit is contained in:
Mark Andrews
2012-06-29 11:36:14 +10:00
parent 247bf37860
commit 0ba25dfc4c

View File

@@ -161,6 +161,7 @@ foreach $file (keys %file_types) {
$end_comment = " */\n";
} elsif ($type =~ /^(SH|PERL|TCL|MAKE|CONF-SH|RNC)$/) {
$shell_comment = 1;
$prefix = "# ";
} elsif ($type =~ /^PYTHON$/) {
$python_comment = 1;
$start_comment = "############################################################################\n";