branch: externals/auctex commit c97a654e7cd23af90ee915379e0df40309485d96 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* tex-ispell.el (TeX-ispell-skip-setcdr): Add entry for filecontents package. --- tex-ispell.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tex-ispell.el b/tex-ispell.el index 2065e39..64ff99b 100644 --- a/tex-ispell.el +++ b/tex-ispell.el @@ -49,6 +49,7 @@ ;; enumitem.sty ;; fancyref.sty ;; fancyvrb.sty +;; filecontents.sty ;; fontaxes.sty ;; fontspec.sty ;; listings.sty @@ -280,7 +281,9 @@ Environments for math or verbatim text are candidates for this list.")) ;; Add environments here: (TeX-ispell-skip-setcdr - '(;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env + '(;; filecontents.sty + ("filecontents\\*?" ispell-tex-arg-end) + ;; 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)))