mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(font-lock-keywords): Make sure texinfo-clone-environment is called.
This commit is contained in:
parent
5fbf2e842d
commit
3bd171d52c
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ Subexpression 1 is what goes into the corresponding `@end' statement.")
|
|||
("@\\(dmn\\|acronym\\|value\\){\\([^}]+\\)" 2 font-lock-builtin-face)
|
||||
("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-keyword-face keep)
|
||||
(,texinfo-environment-regexp
|
||||
1 (texinfo-clone-environment (match-beginning 1) (match-end 1)))
|
||||
1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep)
|
||||
(,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t)
|
||||
".*\n") 0 texinfo-heading-face t))
|
||||
"Additional expressions to highlight in TeXinfo mode.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue