comparison lisp/progmodes/awk-mode.el @ 20953:f3f9df46d008

Changed font-lock-reference-face to font-lock-constant-face.
author Simon Marshall <simon@gnu.org>
date Fri, 20 Feb 1998 14:58:27 +0000
parents cc9e75f82cdb
children 0e0b0df72444
comparison
equal deleted inserted replaced
20952:adcb58a1c0f3 20953:f3f9df46d008
101 ;; 101 ;;
102 ;; Operators. Is this too much? 102 ;; Operators. Is this too much?
103 (cons (mapconcat 'identity 103 (cons (mapconcat 'identity
104 '("&&" "||" "<=" "<" ">=" ">" "==" "!=" "!~" "~") 104 '("&&" "||" "<=" "<" ">=" ">" "==" "!=" "!~" "~")
105 "\\|") 105 "\\|")
106 'font-lock-reference-face) 106 'font-lock-constant-face)
107 )) 107 ))
108 "Default expressions to highlight in AWK mode.") 108 "Default expressions to highlight in AWK mode.")
109 109
110 ;;;###autoload 110 ;;;###autoload
111 (defun awk-mode () 111 (defun awk-mode ()