mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
g: add cxx and hxx
This commit is contained in:
parent
9d2f21b2cf
commit
2d63bdbb44
1 changed files with 1 additions and 1 deletions
2
rc/bin/g
2
rc/bin/g
|
@ -21,7 +21,7 @@ if(~ $#* 0) {
|
|||
pattern=$1
|
||||
shift
|
||||
|
||||
suffixes='\.([bcChlmsSy]|asm|awk|cc|cgi|cpp|cs|go|goc|ha|hs|java|lua|lx|mk|ml|mli|ms|myr|pl|py|rc|sh|tex|xy|txt)$'
|
||||
suffixes='\.([bcChlmsSy]|asm|awk|cc|cgi|c[px][px]|cs|cxx|go|goc|ha|hs|hxx|java|lua|lx|mk|ml|mli|ms|myr|pl|py|rc|sh|tex|xy|txt)$'
|
||||
fullnames='(^|/)mkfile$'
|
||||
repodirs='(^|/)(.git|.hg)($|/)'
|
||||
switch($#*){
|
||||
|
|
Loading…
Reference in a new issue