]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-font-lock-keywords): Add `url', `email'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Dec 1996 08:22:59 +0000 (08:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Dec 1996 08:22:59 +0000 (08:22 +0000)
lisp/textmodes/texinfo.el

index dbccaf130fded05465a7d775153e92dd290ae606..c7ec7af5b3bfc773a81e86036ac73bfc326f6b7d 100644 (file)
@@ -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)