changeset 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 2103a88cc61f
children 734b72203ac5
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Sun Dec 08 08:20:50 1996 +0000
+++ b/lisp/textmodes/texinfo.el	Sun Dec 08 08:22:59 1996 +0000
@@ -216,7 +216,7 @@
     ("@\\([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)