qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs html.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs html.c
Date: Tue, 15 Apr 2014 08:01:05 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/04/15 08:01:05

Modified files:
        .              : html.c 

Log message:
        lower html-mode probe value for php files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/html.c?cvsroot=qemacs&r1=1.30&r2=1.31

Patches:
Index: html.c
===================================================================
RCS file: /sources/qemacs/qemacs/html.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- html.c      7 Mar 2014 02:25:20 -0000       1.30
+++ html.c      15 Apr 2014 08:01:05 -0000      1.31
@@ -846,6 +846,10 @@
             score = 95;
         p++;
     }
+
+    if (match_extension(p1->filename, "php"))
+        return 75;
+
     return score;
 }
 



reply via email to

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