branch: externals/auctex commit 9073b5e117d14393e541bbcde7d5778856eed32e Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* tex-ispell.el: Skip the arguments of stabular*? environments. --- tex-ispell.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tex-ispell.el b/tex-ispell.el index 009f5a9e13..dfbcc5f194 100644 --- a/tex-ispell.el +++ b/tex-ispell.el @@ -63,6 +63,7 @@ ;; pythontex.sty ;; siunitx.sty ;; splitidx.sty +;; stabular.sty ;; tabularx.sty ;; tabulary.sty ;; tcolorbox.sty @@ -371,6 +372,9 @@ not be quoted. An opening brace `{', asterisk `*' and at-sign (TeX-ispell-skip-setcdr '(;; filecontents.sty ("filecontents\\*?" ispell-tex-arg-end) + ;; stabular.sty + ("stabular" ispell-tex-arg-end) + ("stabular*" TeX-ispell-tex-arg-end) ;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env ("tabular[*xy]" TeX-ispell-tex-arg-end) ;; tcolorbox.sty -- raster library