Introduction
Introduction Statistics Contact Development Disclaimer Help
tconf.h: add other commonly used roff extensions - neatvi - [fork] simple vi-ty…
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit 7923431022957f9ab3ba620129d1da94612523cd
parent c795b3c1947f41ac9ce17b769be45886e42e38a2
Author: Ian Stanley <[email protected]>
Date: Thu, 11 Nov 2021 13:17:22 +0000
conf.h: add other commonly used roff extensions
Added other commonly used roff file extensions: .me and .mom
Diffstat:
M conf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/conf.h b/conf.h
t@@ -9,7 +9,7 @@ static struct filetype {
char *pat; /* file name pattern */
} filetypes[] = {
{"c", "\\.[hc]$"}, /* C */
- {"roff", "\\.(ms|tr|roff|tmac|txt|[1-9])$"}, /* troff */
+ {"roff", "\\.(ms|me|mom|tr|roff|tmac|txt|[1-9])$"}, /* troff */
{"tex", "\\.tex$"}, /* tex */
{"msg", "letter$|mbox$|mail$"}, /* email */
{"mk", "Makefile$|makefile$|\\.mk$"}, /* makefile */
You are viewing proxied material from mx1.adamsgaard.dk. 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.