branch: externals/auctex
commit 76a2b5f74f3a6146e30828b292fbadfc523dab9e
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    * tex-ispell.el: Add support for enviroments from breqn.sty.
---
 tex-ispell.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tex-ispell.el b/tex-ispell.el
index 2eb13c0..9e3752d 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -1,6 +1,6 @@
 ;;; tex-ispell.el --- AUCTeX skip additions for Ispell
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-de...@gnu.org
@@ -44,6 +44,7 @@
 ;; amsmath.sty
 ;; attachfile.sty
 ;; booktabs.sty
+;; breqn.sty
 ;; cleveref.sty
 ;; enumitem.sty
 ;; fancyref.sty
@@ -242,6 +243,9 @@ argument and spell check the mandatory one."))
     "\\\\end{\\(align\\(\\*\\|at\\*?\\)?\\|flalign\\*?\\)}")
    ("gather\\*?" . "\\\\end{gather\\*?}")
    ("multline\\*?" . "\\\\end{multline\\*?}")
+   ;; breqn.sty
+   ("\\(d\\(array\\*?\\|group\\*?\\|math\\*?\\|series\\*?\\)\\)" .
+    "\\\\end{\\(d\\(array\\*?\\|group\\*?\\|math\\*?\\|series\\*?\\)\\)}")
    ;; listings.sty
    ("lstlisting" . "\\\\end{lstlisting}")
    ;; minted.sty

Reply via email to