comparison lisp/textmodes/texinfo.el @ 16642:fb0dfd81302a

(texinfo-font-lock-keywords): Add `url', `email'.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Dec 1996 08:22:59 +0000
parents c6e53d665cec
children fdda5e6e6fe8
comparison
equal deleted inserted replaced
16641:2103a88cc61f 16642:fb0dfd81302a
214 ;; Robert J. Chassell <bob@gnu.ai.mit.edu> says remove this line. 214 ;; Robert J. Chassell <bob@gnu.ai.mit.edu> says remove this line.
215 ;("\\$\\([^$]*\\)\\$" 1 font-lock-string-face t) 215 ;("\\$\\([^$]*\\)\\$" 1 font-lock-string-face t)
216 ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands 216 ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands
217 ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items 217 ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items
218 ("@\\(emph\\|strong\\|b\\|i\\){\\([^}]+\\)" 2 font-lock-comment-face) 218 ("@\\(emph\\|strong\\|b\\|i\\){\\([^}]+\\)" 2 font-lock-comment-face)
219 ("@\\(file\\|kbd\\|key\\){\\([^}]+\\)" 2 font-lock-string-face) 219 ("@\\(file\\|kbd\\|key\\|url\\|email\\){\\([^}]+\\)" 2 font-lock-string-face)
220 ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)" 220 ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)"
221 2 font-lock-variable-name-face) 221 2 font-lock-variable-name-face)
222 ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face) 222 ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face)
223 ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep) 223 ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep)
224 ) 224 )