fix: Add new typo rule for osu-lazer

This commit is contained in:
ulic-youthlic 2025-10-28 23:22:41 +08:00
parent 1e6d5fbe02
commit 0ca48550ed
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -17,6 +17,12 @@ extend-ignore-re = [
# Line block with `(#|;;|//) spellchecker: (on|off)`
"(?s)(#|//|;;)\\s*typochecker: off.*?\\n\\s*(#|//|;;)\\s*typochecker: on",
]
extend-ignore-identifiers-re = ["als", "Paket", "ConfiguratioN", "StructurE"]
extend-ignore-identifiers-re = [
"als",
"Paket",
"ConfiguratioN",
"StructurE",
"lazer",
]
[default.extend-identifiers]