emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex c97a654 48/95: * tex-ispell.el (TeX-ispell-skip-


From: Tassilo Horn
Subject: [elpa] externals/auctex c97a654 48/95: * tex-ispell.el (TeX-ispell-skip-setcdr): Add entry for filecontents package.
Date: Sun, 16 Apr 2017 01:26:53 -0400 (EDT)

branch: externals/auctex
commit c97a654e7cd23af90ee915379e0df40309485d96
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]