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: Mon, 04 May 2015 19:49:02 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        15/05/04 19:49:02

Modified files:
        .              : htmlsrc.c 

Log message:
        select html-src mode for Elixir template files with .eex extension

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

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



reply via email to

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