man g filetypes diff
g(1): sync filetypes list the file types list in the 'g' manual was out of date. this change synchronizes and sorts them. it looks like the .B macro only accepts 6 args or less, so observe that limit.
This commit is contained in:
parent
3cd87bc3fb
commit
c67593125c
1 changed files with 6 additions and 4 deletions
|
@ -115,10 +115,12 @@ with
|
||||||
and forces tagging of output lines by file name. If no files
|
and forces tagging of output lines by file name. If no files
|
||||||
are listed, it recursively searches the current directory for
|
are listed, it recursively searches the current directory for
|
||||||
all files matching
|
all files matching
|
||||||
.B *.b *.c *.C *.h *.l *.m *.s *.y
|
.B *.b *.c *.C *.h *.l *.m
|
||||||
.B *.asm *.cc *.cs *.lx *.cgi *.pl
|
.B *.s *.y
|
||||||
.B *.py *.tex *.ms *.java *.xy *.go
|
.B *.asm *.awk *.cc *.cgi *.cpp *.cs
|
||||||
.B *.goc *.cpp
|
.B *.go *.goc *.hs *.java *.lua *.lx
|
||||||
|
.B *.mk *.ml *.mli *.ms *.myr *.pl
|
||||||
|
.B *.py *.rc *.sh *.tex *.xy
|
||||||
.PP
|
.PP
|
||||||
The recursive search can be suppressed by passing g the
|
The recursive search can be suppressed by passing g the
|
||||||
.B -n
|
.B -n
|
||||||
|
|
Loading…
Reference in a new issue