branch: elpa/jade-mode
commit 871ec8a9b216a53e7de8a3effaf2a30f55ca047f
Author: Shander Lam <[email protected]>
Commit: Shander Lam <[email protected]>
Change tag name's facename to font-lock-function-name-face.
---
jade-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jade-mode.el b/jade-mode.el
index bb9f9319ea..bea68fc81d 100644
--- a/jade-mode.el
+++ b/jade-mode.el
@@ -30,7 +30,7 @@
(,"#\\(\\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-type-face) ;; class name
- (,"^[ {2,}]+[a-z0-9_:\\-]*" 0 font-lock-comment-face))) ;; tag name
+ (,"^[ {2,}]+[a-z0-9_:\\-]*" 0 font-lock-function-name-face))) ;; tag
name
(defun jade-region-for-sexp ()
"Selects the current sexp as the region"