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, 19 Apr 2017 04:13:24 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/04/19 04:13:24

Modified files:
        .              : htmlsrc.c 

Log message:
        htmlsrc: select on plist files

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

Patches:
Index: htmlsrc.c
===================================================================
RCS file: /sources/qemacs/qemacs/htmlsrc.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- htmlsrc.c   25 Mar 2017 18:15:01 -0000      1.27
+++ htmlsrc.c   19 Apr 2017 08:13:24 -0000      1.28
@@ -405,6 +405,7 @@
     &&  (!html_tagcmp(buf, "<HTML") ||
          !html_tagcmp(buf, "<SCRIPT") ||
          !html_tagcmp(buf, "<?XML") ||
+         !html_tagcmp(buf, "<PLIST") ||
          !html_tagcmp(buf, "<!DOCTYPE"))) {
         return 85;
     }
@@ -421,7 +422,7 @@
 ModeDef htmlsrc_mode = {
     .name = "html-src",
     .extensions = "html|htm|asp|aspx|shtml|hta|htp|phtml|"
-                  "php|php3|php4|xml|eex",
+                  "php|php3|php4|xml|eex|plist",
     .mode_probe = htmlsrc_mode_probe,
     .colorize_func = htmlsrc_colorize_line,
 };



reply via email to

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