Introduction
Introduction Statistics Contact Development Disclaimer Help
default more file extensions to type 0 - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 405a6206fe77dbdfd2be75960658fc383d7ad808
parent ddfe9f75756640b266be9e1bf80ce9581a405b6d
Author: Pete Deas <[email protected]>
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 <[email protected]>
Diffstat:
M 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},
};
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.