marimo-learn / .typos.toml
Greg Wilson
feat: overhaul for relaunch
aaef24a
[default]
extend-ignore-re = [
# LaTeX math expressions
"\\\\\\[.*?\\\\\\]",
"\\\\\\(.*?\\\\\\)",
"\\$\\$.*?\\$\\$",
"\\$.*?\\$",
# LaTeX commands
"\\\\[a-zA-Z]+\\{.*?\\}",
"\\\\[a-zA-Z]+",
# LaTeX subscripts and superscripts
"_\\{.*?\\}",
"\\^\\{.*?\\}"
]
# Words to explicitly accept
[default.extend-words]
bimap = "bimap"
pn = "pn"
setp = "setp"
Plas = "Plas"
# You can also exclude specific files or directories if needed
# [files]
# extend-exclude = ["*.tex", "docs/*.md"]