emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex a12c790 1/9: ; * style/preview.el: Fix fontifica


From: Tassilo Horn
Subject: [elpa] externals/auctex a12c790 1/9: ; * style/preview.el: Fix fontification for \PreviewSnarfEnvironment.
Date: Sun, 24 May 2020 03:27:53 -0400 (EDT)

branch: externals/auctex
commit a12c790ff9cc739bbf74eb4ba69ad655978a6080
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; * style/preview.el: Fix fontification for \PreviewSnarfEnvironment.
---
 style/preview.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/preview.el b/style/preview.el
index fb3c123..5093f57 100644
--- a/style/preview.el
+++ b/style/preview.el
@@ -92,7 +92,7 @@ OPTIONAL is ignored."
              (eq TeX-install-font-lock 'font-latex-setup))
      (font-latex-add-keywords '(("PreviewMacro"            "*[[{")
                                ("PreviewEnvironment"      "*[[{")
-                               ("PreviewSnarfEnvironment" "{"))
+                               ("PreviewSnarfEnvironment" "[{"))
                              'function)))
  LaTeX-dialect)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]