g: add lua, mk, ml, mli, myr, and sh suffixes
This commit is contained in:
parent
777b1949b2
commit
1b4758d596
1 changed files with 1 additions and 1 deletions
2
rc/bin/g
2
rc/bin/g
|
@ -15,7 +15,7 @@ while(! ~ $#* 1 && ~ $1 -* && ! ~ $1 --){
|
||||||
if(~ $1 --)
|
if(~ $1 --)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
suffixes='\.([bcChlmsy]|asm|awk|cc|cgi|cpp|cs|go|goc|hs|java|lx|ms|pl|py|rc|tex|xy)$'
|
suffixes='\.([bcChlmsy]|asm|awk|cc|cgi|cpp|cs|go|goc|hs|java|lua|lx|mk|ml|mli|ms|myr|pl|py|rc|sh|tex|xy)$'
|
||||||
fullnames='(^|/)mkfile$'
|
fullnames='(^|/)mkfile$'
|
||||||
switch($#*){
|
switch($#*){
|
||||||
case 0
|
case 0
|
||||||
|
|
Loading…
Reference in a new issue