git: 9front

Download patch

ref: 3e8157eb392a51913034943e280904d70aa26281
parent: c05dd199c1e5250f443d44a41144b79d8a98994c
author: Kyle Milz <krwmilz@gmail.com>
date: Mon Nov 1 11:22:41 EDT 2021

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.



--- a/sys/man/1/grep
+++ b/sys/man/1/grep
@@ -115,10 +115,12 @@
 and forces tagging of output lines by file name. If no files
 are listed, it recursively searches the current directory for
 all files matching
-.B *.b *.c *.C *.h *.l *.m *.s *.y
-.B *.asm *.cc *.cs *.lx *.cgi *.pl
-.B *.py *.tex *.ms *.java *.xy *.go
-.B *.goc *.cpp
+.B *.b *.c *.C *.h *.l *.m
+.B *.s *.y
+.B *.asm *.awk *.cc *.cgi *.cpp *.cs
+.B *.go *.goc *.hs *.java *.lua *.lx
+.B *.mk *.ml *.mli *.ms *.myr *.pl
+.B *.py *.rc *.sh *.tex *.xy
 .PP
 The recursive search can be suppressed by passing g the
 .B -n
--