handouts/tools/typos.toml
Mark a82cc8c79f
Some checks failed
Lints / typos (push) Successful in 21s
Build and deploy / build (push) Has been cancelled
New build system
2025-01-21 18:35:58 -08:00

12 lines
235 B
TOML

[default]
extend-words."LSAT" = "LSAT"
extend-words."ket" = "ket"
extend-ignore-re = [
# spell:disable-line
"(?Rm)^.*(%|#|//)\\s*spell:disable-line$",
# spell:<on|off>
"(?s)(%|#|//)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
]