summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-08 08:22:59 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-08 08:22:59 +0000
commit1f5907841c14f3a5fd85ab2aba96a9463e6247ff (patch)
treee254082f4d58424e6ee74a651a228e69a99e709e
parentc6cb9315628ce0cfb0262c4a0a58dc252d326069 (diff)
downloademacs-1f5907841c14f3a5fd85ab2aba96a9463e6247ff.tar.gz
(texinfo-font-lock-keywords): Add `url', `email'.
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 1 insertions, 1 deletions
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)