diff options
| author | Dave Love | 1999-01-22 14:03:06 +0000 |
|---|---|---|
| committer | Dave Love | 1999-01-22 14:03:06 +0000 |
| commit | c16273442a9865330c5942956d09e461890e60ec (patch) | |
| tree | 43ed515df5e2ed406dede045dcc211074023ffb9 | |
| parent | 39bf81d3ebfb722457591f9b1932ea4e25d86f91 (diff) | |
| download | emacs-c16273442a9865330c5942956d09e461890e60ec.tar.gz emacs-c16273442a9865330c5942956d09e461890e60ec.zip | |
(texinfo-font-lock-keywords): Match @ref.
| -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 c5064805d7b..40e77cf8bb7 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -295,7 +295,7 @@ chapter." | |||
| 295 | ("@\\(file\\|kbd\\|key\\|url\\|email\\){\\([^}]+\\)" 2 font-lock-string-face) | 295 | ("@\\(file\\|kbd\\|key\\|url\\|email\\){\\([^}]+\\)" 2 font-lock-string-face) |
| 296 | ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)" | 296 | ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)" |
| 297 | 2 font-lock-variable-name-face) | 297 | 2 font-lock-variable-name-face) |
| 298 | ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-constant-face) | 298 | ("@\\(cite\\|x?ref\\|pxref\\){\\([^}]+\\)" 2 font-lock-constant-face) |
| 299 | ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep) | 299 | ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep) |
| 300 | ) | 300 | ) |
| 301 | "Additional expressions to highlight in TeXinfo mode.") | 301 | "Additional expressions to highlight in TeXinfo mode.") |