Mercurial > emacs
comparison lisp/textmodes/texinfo.el @ 20952:adcb58a1c0f3
*** empty log message ***
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 20 Feb 1998 14:55:48 +0000 |
parents | 90f306f86f5d |
children | a2f15d33df57 |
comparison
equal
deleted
inserted
replaced
20951:ae0c93b9ac1f | 20952:adcb58a1c0f3 |
---|---|
293 ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items | 293 ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items |
294 ("@\\(emph\\|strong\\|b\\|i\\){\\([^}]+\\)" 2 font-lock-comment-face) | 294 ("@\\(emph\\|strong\\|b\\|i\\){\\([^}]+\\)" 2 font-lock-comment-face) |
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-reference-face) | 298 ("@\\(cite\\|xref\\|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.") |
302 | 302 |
303 (defvar texinfo-section-list | 303 (defvar texinfo-section-list |