branch: elpa/jade-mode
commit c2a826f61be79d9c7eb493d96b58c6d9ddcab6ee
Author: Shander Lam <[email protected]>
Commit: Shander Lam <[email protected]>

    Change id facename to font-lock-variable-name-face.
---
 jade-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jade-mode.el b/jade-mode.el
index bc0076f108..c106c38711 100644
--- a/jade-mode.el
+++ b/jade-mode.el
@@ -27,8 +27,8 @@
 
 (setq jade-font-lock-keywords
       `((,"!!!\\( \\(default\\|5\\|transitional\\)\\)?" 0 
font-lock-comment-face) ;; doctype
-        (,"#\\(\\w\\|_\\|-\\)*" . font-lock-type-face) ;; id
-        (,"\\(?:^[ {2,}]+\\(?:[a-z0-9_:\\-]*\\)\\)?\\(#[A-Za-z0-9\-\_]*[^ 
]\\)" 1 font-lock-type-face) ;; id
+        (,"#\\(\\w\\|_\\|-\\)*" . font-lock-variable-name-face) ;; id
+        (,"\\(?:^[ {2,}]+\\(?:[a-z0-9_:\\-]*\\)\\)?\\(#[A-Za-z0-9\-\_]*[^ 
]\\)" 1 font-lock-variable-name-face) ;; id
         (,"\\(?:^[ {2,}]+\\(?:[a-z0-9_:\\-]*\\)\\)?\\(\\.[A-Za-z0-9\-\_]*\\)" 
1 font-lock-function-name-face) ;; class name
         (,"^[ {2,}]+[a-z0-9_:\\-]*" 0 font-lock-comment-face))) ;; tag name
 

Reply via email to