[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex bff3d85 01/34: ; Delete unnecessary escaping of
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex bff3d85 01/34: ; Delete unnecessary escaping of characters |
Date: |
Sun, 6 Jun 2021 11:40:00 -0400 (EDT) |
branch: externals/auctex
commit bff3d852eb790266cfa55a69fcd877f67780a2df
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; Delete unnecessary escaping of characters
* font-latex.el (font-latex-set-syntactic-keywords): Remove
escaping of not special characters in a character alternative.
---
font-latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/font-latex.el b/font-latex.el
index df38b69..4352ac1 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -1024,7 +1024,7 @@ have changed."
;; argument and allows for up to one level of brackets
;; inside the argument (e.g., the dialect of a language in
;; the `lstlisting' environment by the `listings' package).
- "\\(?:\\[[^\]\[]*\\(?:\\[[^\]\[]*\\][^\]\[]*\\)*\\]\\)?"
+ "\\(?:\\[[^][]*\\(?:\\[[^][]*\\][^][]*\\)*\\]\\)?"
;; After the optional argument, there may also be another
;; mandatory argument(s) (e.g. with VerbatimOut or the
;; minted envs or defined with `lstnewenvironment'). Use
- [elpa] externals/auctex updated (3e163e5 -> 6c32b97), Tassilo Horn, 2021/06/06
- [elpa] externals/auctex bff3d85 01/34: ; Delete unnecessary escaping of characters,
Tassilo Horn <=
- [elpa] externals/auctex 1193619 02/34: ; Silence the compiler, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 431375f 04/34: Support new kernel macro \footref, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex dc425b7 05/34: Make `TeX-run-format' self-contained (bug#48144), Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 9f7bddc 07/34: ; * style/thmtools.el (LaTeX-thmtools-env-label): Fix quote., Tassilo Horn, 2021/06/06
- [elpa] externals/auctex b852059 10/34: ; Improve previous commit, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 7ff3323 03/34: Add support for (Brazilian) Portuguese, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 95c3acf 06/34: Ensure rawness of data to compute MD5, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 70907dd 09/34: Skip inline math $ inside comments (bug#48365), Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 2959334 11/34: ; Improve previous commit again, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 6050e27 12/34: Add new variable `TeX-normal-mode-reset-list', Tassilo Horn, 2021/06/06