Skip to content

Commit

Permalink
Added D files search in gall
Browse files Browse the repository at this point in the history
  • Loading branch information
sdemers committed Feb 26, 2012
1 parent 445a492 commit 8c11323
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/gall
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ case $exename in
gh) filemask='\.(h|hpp|hxx)$';;
gch) filemask='\.(c|h|hpp|hxx|cxx|cc|cpp)$';;
gc) filemask='\.(c|cxx|cc|cpp)$';;
gx) filemask='\.(c|cxx|cc|cpp)$';;
gg) filemask='\.grammar$';;
gp) filemask='\.py$';;
gp) filemask='\.(py|pyc)$';;
gd) filemask='\.(d|di)$';;
esac

if [ ${color} -ne 0 ]; then
Expand Down

0 comments on commit 8c11323

Please sign in to comment.