diff options
| author | Gerd Moellmann | 2002-03-06 16:58:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2002-03-06 16:58:35 +0000 |
| commit | 6c4bb7f6525249f8c497190ce0e4bd4136c6c4c8 (patch) | |
| tree | 735382ca0720f8dddf6d55f8fcd9d01b9d533d46 | |
| parent | e60b0c44028ef49c94e4549b7f6e045f4ea87da4 (diff) | |
| download | emacs-6c4bb7f6525249f8c497190ce0e4bd4136c6c4c8.tar.gz emacs-6c4bb7f6525249f8c497190ce0e4bd4136c6c4c8.zip | |
(lisp-font-lock-keywords-2): Highlight keywords of
the form `:x'.
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index cc51dc41384..fbacb7590c9 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -2141,7 +2141,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." | |||
| 2141 | '("`\\(\\sw\\sw+\\)'" 1 font-lock-constant-face prepend) | 2141 | '("`\\(\\sw\\sw+\\)'" 1 font-lock-constant-face prepend) |
| 2142 | ;; | 2142 | ;; |
| 2143 | ;; Constant values. | 2143 | ;; Constant values. |
| 2144 | '("\\<:\\sw\\sw+\\>" 0 font-lock-builtin-face) | 2144 | '("\\<:\\sw+\\>" 0 font-lock-builtin-face) |
| 2145 | ;; | 2145 | ;; |
| 2146 | ;; ELisp and CLisp `&' keywords as types. | 2146 | ;; ELisp and CLisp `&' keywords as types. |
| 2147 | '("\\&\\sw+\\>" . font-lock-type-face) | 2147 | '("\\&\\sw+\\>" . font-lock-type-face) |