geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 405a6206fe77dbdfd2be75960658fc383d7ad808
parent ddfe9f75756640b266be9e1bf80ce9581a405b6d
Author: Pete Deas <petedeas@fastmail.fm>
Date:   Thu, 16 Feb 2017 19:02:38 +0000

default more file extensions to type 0

specifically: .md .c .sh .patch

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
ind.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/ind.c b/ind.c @@ -35,6 +35,10 @@ filetype type[] = { {"htm", "0", handlebin}, {"xhtml", "0", handlebin}, {"css", "0", handlebin}, + {"md", "0", handlebin}, + {"c", "0", handlebin}, + {"sh", "0", handlebin}, + {"patch", "0", handlebin}, {nil, nil, nil}, };