branch: main
commit a1faa2d192fb58846d44899182f1dbe0159dc5e7
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Add ispell skips for tabularray package
* tex-ispell.el (TeX-ispell-skip-cmds-list): Add entries for
macros.
(TeX-ispell-skip-setcdr): Add entries for the environments.
---
tex-ispell.el | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tex-ispell.el b/tex-ispell.el
index e7e63ffb..2b69f434 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -66,6 +66,7 @@
;; siunitx.sty
;; splitidx.sty
;; stabular.sty
+;; tabularray.sty
;; tabularx.sty
;; tabulary.sty
;; tcolorbox.sty
@@ -237,6 +238,9 @@
("SI" . 2)
;; splitidx.sty
("sindex" . 1)
+ ;; tabularray.sty
+ ("SetTblrInner" . 1)
+ ("SetTblrOuter" . 1)
;; tcolorbox.sty
("tcbox" . 0)
("tcbset" . 1)
@@ -398,6 +402,9 @@ not be quoted. An opening brace `{', asterisk `*' and
at-sign
;; stabular.sty
("stabular" ispell-tex-arg-end)
("stabular\\*" TeX-ispell-tex-arg-end)
+ ;; tabularray.sty
+ ("\\(?:long\\|tall\\)?tblr" ispell-tex-arg-end)
+ ("booktabs" ispell-tex-arg-end)
;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env
("tabular[*xy]" TeX-ispell-tex-arg-end)
;; tcolorbox.sty -- raster library