qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs htmlsrc.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs htmlsrc.c
Date: Wed, 04 Jun 2014 08:24:27 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/06/04 08:24:27

Modified files:
        .              : htmlsrc.c 

Log message:
        add more html extensions

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/htmlsrc.c?cvsroot=qemacs&r1=1.22&r2=1.23

Patches:
Index: htmlsrc.c
===================================================================
RCS file: /sources/qemacs/qemacs/htmlsrc.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- htmlsrc.c   1 Jun 2014 12:09:13 -0000       1.22
+++ htmlsrc.c   4 Jun 2014 08:24:26 -0000       1.23
@@ -417,7 +417,7 @@
 
 ModeDef htmlsrc_mode = {
     .name = "html-src",
-    .extensions = "html|htm|asp|aspx|shtml|hta|htp|phtml|php|xml",
+    .extensions = "html|htm|asp|aspx|shtml|hta|htp|phtml|php|php3|php4|xml",
     .mode_probe = htmlsrc_mode_probe,
     .colorize_func = htmlsrc_colorize_line,
 };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]