branch: externals/auctex commit a12c790ff9cc739bbf74eb4ba69ad655978a6080 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; * 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)