branch: externals/tex-parens
commit dfef9fd72bd7b7c6d71d431b6db0ff9a4d76cc9c
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>

    typo
---
 tex-parens.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tex-parens.el b/tex-parens.el
index 8476f33a2a..3c2615272f 100644
--- a/tex-parens.el
+++ b/tex-parens.el
@@ -223,7 +223,8 @@ form delimiters which are visibly `left'/`opening' or
         (concat (regexp-opt (mapcar #'cdr tp--pairs))
                 "\\|\\\\end{[^}]+}"))
   (setq tp--regexp-reverse
-        (concat "\\][^[]+\\[]}[^{]+{nigeb\\\\\\|"
+        (concat "\\][^[]+\\[}[^{]+{nigeb\\\\"
+                "\\|"
                 "}[^{]+{nigeb\\\\"
                 "\\|"
                 "}[^{]+{dne\\\\\\|"

Reply via email to