diff options
author | Francesco Potortì <pot@gnu.org> | 2002-01-21 12:49:11 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-01-21 12:49:11 +0000 |
commit | 17f8ff6af5b109696bec223904500149ab15e880 (patch) | |
tree | 9d6eaee4c788a8d0ed76de18a03d05e80ce05238 /lisp/generic-x.el | |
parent | 8cc0e0cfd802cc42c96e73ba9c67fa61fd52810b (diff) | |
download | emacs-17f8ff6af5b109696bec223904500149ab15e880.tar.gz |
* generic-x.el (apache-conf-generic-mode): Highlight the first
word in a line even if preceded by blanks.
Diffstat (limited to 'lisp/generic-x.el')
-rw-r--r-- | lisp/generic-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index e8412ce592c..1eb69f3693c 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -164,7 +164,7 @@ you must reload generic-x to enable the specified modes." (list ?#) nil '(("^\\s-*\\(<.*>\\)" 1 'font-lock-constant-face) - ("^\\(\\sw+\\)\\s-" 1 'font-lock-variable-name-face)) + ("^\\s-*\\(\\sw+\\)\\s-" 1 'font-lock-variable-name-face)) (list "srm\\.conf\\'" "httpd\\.conf\\'" "access\\.conf\\'") (list (function |