tconf.h: add other commonly used roff extensions - neatvi - [fork] simple vi-type editor with UTF-8 support
 (HTM) git clone git://src.adamsgaard.dk/neatvi
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 7923431022957f9ab3ba620129d1da94612523cd
 (DIR) parent c795b3c1947f41ac9ce17b769be45886e42e38a2
 (HTM) Author: Ian Stanley <iandstanley@users.noreply.github.com>
       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(-)
       ---
 (DIR) 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 */