Skip to content

Commit

Permalink
Added lisp and smalltalk extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jan 28, 2008
1 parent 1646a2a commit fb40e8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Ack.pm
Expand Up @@ -70,10 +70,10 @@ BEGIN {
haskell => [qw( hs lhs )],
hh => [qw( h )],
html => [qw( htm html shtml xhtml )],
lisp => [qw( lisp )],
java => [qw( java properties )],
js => [qw( js )],
jsp => [qw( jsp jspx jhtm jhtml )],
lisp => [qw( lisp lsp )],
make => q{Makefiles},
mason => [qw( mas mhtml mpl mtxt )],
objc => [qw( m h )],
Expand All @@ -88,6 +88,7 @@ BEGIN {
scheme => [qw( scm )],
shell => [qw( sh bash csh ksh zsh )],
skipped => q{Files, but not directories, normally skipped by ack (default: off)},
smalltalk => [qw( st )],
sql => [qw( sql ctl )],
tcl => [qw( tcl )],
tex => [qw( tex cls sty )],
Expand Down
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Changelog for ack

NEXT
[ENHANCEMENTS]
Added .lsp for --lisp, .st for --smalltalk.

1.77_01 Sun Jan 27 20:52:27 CST 2008
[CHANGED FUNCTIONALITY]
ack now always searches files given on the command line, even
Expand Down
3 changes: 2 additions & 1 deletion ack-help-types.txt
Expand Up @@ -22,7 +22,7 @@ Note that some extensions may appear in multiple types. For example,
--[no]java .java .properties
--[no]js .js
--[no]jsp .jsp .jspx .jhtm .jhtml
--[no]lisp .lisp
--[no]lisp .lisp .lsp
--[no]make Makefiles
--[no]mason .mas .mhtml .mpl .mtxt
--[no]objc .m .h
Expand All @@ -37,6 +37,7 @@ Note that some extensions may appear in multiple types. For example,
--[no]scheme .scm
--[no]shell .sh .bash .csh .ksh .zsh
--[no]skipped Files, but not directories, normally skipped by ack (default: off)
--[no]smalltalk .st
--[no]sql .sql .ctl
--[no]tcl .tcl
--[no]tex .tex .cls .sty
Expand Down
3 changes: 2 additions & 1 deletion ack-standalone
Expand Up @@ -860,10 +860,10 @@ BEGIN {
haskell => [qw( hs lhs )],
hh => [qw( h )],
html => [qw( htm html shtml xhtml )],
lisp => [qw( lisp )],
java => [qw( java properties )],
js => [qw( js )],
jsp => [qw( jsp jspx jhtm jhtml )],
lisp => [qw( lisp lsp )],
make => q{Makefiles},
mason => [qw( mas mhtml mpl mtxt )],
objc => [qw( m h )],
Expand All @@ -878,6 +878,7 @@ BEGIN {
scheme => [qw( scm )],
shell => [qw( sh bash csh ksh zsh )],
skipped => q{Files, but not directories, normally skipped by ack (default: off)},
smalltalk => [qw( st )],
sql => [qw( sql ctl )],
tcl => [qw( tcl )],
tex => [qw( tex cls sty )],
Expand Down

0 comments on commit fb40e8a

Please sign in to comment.