comparison lisp/font-lock.el @ 43753:5132a4e458ec

(lisp-font-lock-keywords-2): Highlight keywords of the form `:x'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 06 Mar 2002 16:58:35 +0000
parents 264efb189de1
children d9af887af46c
comparison
equal deleted inserted replaced
43752:f6be0ba7fdf9 43753:5132a4e458ec
2139 ;; 2139 ;;
2140 ;; Words inside `' tend to be symbol names. 2140 ;; Words inside `' tend to be symbol names.
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)
2148 ;; 2148 ;;
2149 ;; CL `with-' and `do-' constructs 2149 ;; CL `with-' and `do-' constructs