]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-font-lock-keywords): Match @ref.
authorDave Love <fx@gnu.org>
Fri, 22 Jan 1999 14:03:06 +0000 (14:03 +0000)
committerDave Love <fx@gnu.org>
Fri, 22 Jan 1999 14:03:06 +0000 (14:03 +0000)
lisp/textmodes/texinfo.el

index c5064805d7bfc53408e689ae227856d1d29d7200..40e77cf8bb79e1dc6958f76140a1a67358405437 100644 (file)
@@ -295,7 +295,7 @@ chapter."
     ("@\\(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.")