emacs-devel
[Top][All Lists]
Advanced

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

patch for generic-x.el


From: Francesco Potorti`
Subject: patch for generic-x.el
Date: Tue, 08 Jan 2002 14:35:39 +0100

I wrote this patch.  While editing Apache conf files, it highlights the
first word even if it is preceded by spaces.

If it is okay, I can install it.

*** /opt/e21/lisp/generic-x.el~ Wed Nov 21 12:30:49 2001
--- /opt/e21/lisp/generic-x.el  Tue Jan  8 12:20:18 2002
***************
*** 164,170 ****
     (list ?#)
     nil
     '(("^\\s-*\\(<.*>\\)"       1 'font-lock-constant-face)
!      ("^\\(\\sw+\\)\\s-"  1 'font-lock-variable-name-face))
     (list "srm\\.conf\\'" "httpd\\.conf\\'" "access\\.conf\\'")
     (list
      (function
--- 164,170 ----
     (list ?#)
     nil
     '(("^\\s-*\\(<.*>\\)"       1 'font-lock-constant-face)
!      ("^\\s-*\\(\\sw+\\)\\s-"  1 'font-lock-variable-name-face))
     (list "srm\\.conf\\'" "httpd\\.conf\\'" "access\\.conf\\'")
     (list
      (function



reply via email to

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