branch: externals/auctex commit 8a12caec64086db319d5973618f4bfd6abec94ce Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* tex-ispell.el: Add entry for "xltabular" environment. --- tex-ispell.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tex-ispell.el b/tex-ispell.el index cd279c6..995221c 100644 --- a/tex-ispell.el +++ b/tex-ispell.el @@ -66,6 +66,7 @@ ;; tcolorbox.sty ;; tikz.sty ;; varioref.sty +;; xltabular.sty ;; If you have further additions, drop a line to <auctex-de...@gnu.org>. @@ -324,7 +325,9 @@ not be quoted. An opening brace `{', asterisk `*' and at-sign ;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env ("tabular[*xy]" TeX-ispell-tex-arg-end) ;; tcolorbox.sty -- raster library - ("tcboxed\\(raster\\|itemize\\)" ispell-tex-arg-end))) + ("tcboxed\\(raster\\|itemize\\)" ispell-tex-arg-end) + ;; xltabular.sty + ("xltabular" ispell-tex-arg-end 2))) ;; No customization below this line