From: Richard M. Stallman Date: Sun, 8 Dec 1996 08:22:59 +0000 (+0000) Subject: (texinfo-font-lock-keywords): Add `url', `email'. X-Git-Tag: emacs-20.1~3302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9064ef036e42760498a0b3b97fac3664cad032bf;p=emacs.git (texinfo-font-lock-keywords): Add `url', `email'. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index dbccaf130fd..c7ec7af5b3b 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -216,7 +216,7 @@ chapter." ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items ("@\\(emph\\|strong\\|b\\|i\\){\\([^}]+\\)" 2 font-lock-comment-face) - ("@\\(file\\|kbd\\|key\\){\\([^}]+\\)" 2 font-lock-string-face) + ("@\\(file\\|kbd\\|key\\|url\\|email\\){\\([^}]+\\)" 2 font-lock-string-face) ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)" 2 font-lock-variable-name-face) ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face)