changeset 24137:0fae13f12fab

(texinfo-font-lock-keywords): Match @ref.
author Dave Love <fx@gnu.org>
date Fri, 22 Jan 1999 14:03:06 +0000
parents 495a82e0fd27
children 8ca6326a79e1
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Thu Jan 21 18:17:55 1999 +0000
+++ b/lisp/textmodes/texinfo.el	Fri Jan 22 14:03:06 1999 +0000
@@ -295,7 +295,7 @@
     ("@\\(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-constant-face)
+    ("@\\(cite\\|x?ref\\|pxref\\){\\([^}]+\\)" 2 font-lock-constant-face)
     ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep)
     )
   "Additional expressions to highlight in TeXinfo mode.")