catppuccin-userstyles/.typos.toml
Isabel d7f460f308
chore: fix typos (#133)
Co-authored-by: winston <hey@winston.sh>
Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
2023-07-25 02:36:35 +02:00

19 lines
292 B
TOML

[default]
locale = "en-us"
# maintainer names
[default.extend-words]
Ren = "Ren"
# catppuccin python spelling
[type.py.extend-identifiers]
Flavour = "Flavour"
flavour = "flavour"
flavours = "flavours"
[type.css]
extend-ignore-re = [
# css classnames
'\.[\w\d\-_]+(\[[\w\d\-_]+\])?',
]