handouts/tools/typos.toml
Mark 121780df6c
All checks were successful
CI / Typst formatting (push) Successful in 5s
CI / Typos (push) Successful in 11s
CI / Build (push) Successful in 5m39s
Wallpaper groups (#23)
Reviewed-on: #23
2025-05-08 18:40:59 -07:00

13 lines
262 B
TOML

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