diff options
| author | Richard M. Stallman | 1996-12-08 08:22:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-08 08:22:59 +0000 |
| commit | 9064ef036e42760498a0b3b97fac3664cad032bf (patch) | |
| tree | 1d30ecd70f61016a3ba57e224779780291d5fc2e | |
| parent | 3415b0e9d2a78e212ba7eb77e720a1862d4f943b (diff) | |
| download | emacs-9064ef036e42760498a0b3b97fac3664cad032bf.tar.gz emacs-9064ef036e42760498a0b3b97fac3664cad032bf.zip | |
(texinfo-font-lock-keywords): Add `url', `email'.
| -rw-r--r-- | lisp/textmodes/texinfo.el | 2 |
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." | |||
| 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) |