Skip to content

Commit

Permalink
Add .xml to the --xml list
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Nov 16, 2010
1 parent 15ff9d2 commit ce2d5a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ack.pm
Expand Up @@ -123,7 +123,7 @@ BEGIN {
vhdl => [qw( vhd vhdl )],
vim => [qw( vim )],
yaml => [qw( yaml yml )],
xml => [qw( xml dtd xslt ent )],
xml => [qw( xml dtd xsl xslt ent )],
);

while ( my ($type,$exts) = each %mappings ) {
Expand Down
2 changes: 1 addition & 1 deletion ack
Expand Up @@ -1262,7 +1262,7 @@ BEGIN {
vhdl => [qw( vhd vhdl )],
vim => [qw( vim )],
yaml => [qw( yaml yml )],
xml => [qw( xml dtd xslt ent )],
xml => [qw( xml dtd xsl xslt ent )],
);

while ( my ($type,$exts) = each %mappings ) {
Expand Down
2 changes: 1 addition & 1 deletion ack-help-types.txt
Expand Up @@ -57,5 +57,5 @@ Note that some extensions may appear in multiple types. For example,
--[no]verilog .v .vh .sv
--[no]vhdl .vhd .vhdl
--[no]vim .vim
--[no]xml .xml .dtd .xslt .ent
--[no]xml .xml .dtd .xsl .xslt .ent
--[no]yaml .yaml .yml

0 comments on commit ce2d5a6

Please sign in to comment.