handouts/typos.toml

11 lines
208 B
TOML
Raw Normal View History

2025-01-19 20:13:05 -08:00
[default]
extend-words."LSAT" = "LSAT"
extend-ignore-re = [
# spell:disable-line
"(?Rm)^.*(%|#|//)\\s*spell:disable-line$",
# spell:<on|off>
"(?s)(%|#|//)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
]