Skip to content

Commit

Permalink
added --verilog and --vhdl
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Aug 18, 2010
1 parent 8d83a01 commit c90ec3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Ack.pm
Expand Up @@ -115,6 +115,8 @@ BEGIN {
text => q{Text files, as defined by Perl's -T op (default: off)},
tt => [qw( tt tt2 ttml )],
vb => [qw( bas cls frm ctl vb resx )],
verilog => [qw( v vh )],
vhdl => [qw( vhd vhdl )],
vim => [qw( vim )],
yaml => [qw( yaml yml )],
xml => [qw( xml dtd xslt ent )],
Expand Down
6 changes: 6 additions & 0 deletions Changes
@@ -1,3 +1,9 @@

NEXT
[ENHANCEMENTS]
Added --verilog and --vhdl types.


1.92 Fri Dec 11 11:47:56 CST 2009

ack is now hosted at github: http://github.com/petdance/ack
Expand Down

0 comments on commit c90ec3b

Please sign in to comment.