forbid bellow (#703)
This commit is contained in:
@@ -3,12 +3,13 @@
|
|||||||
# word is treated as always correct. If the value is an empty string, the word
|
# word is treated as always correct. If the value is an empty string, the word
|
||||||
# is treated as always incorrect.
|
# is treated as always incorrect.
|
||||||
|
|
||||||
# Case senstive, matches entire word.
|
# Case sensitive, matches entire word.
|
||||||
[default.extend-identifiers]
|
[default.extend-identifiers]
|
||||||
anc_color = "anc_color"
|
anc_color = "anc_color"
|
||||||
PN = "PN"
|
PN = "PN"
|
||||||
rady = "rady"
|
rady = "rady"
|
||||||
|
|
||||||
# Case insenstive, matches inside word.
|
# Case insensitive, matches inside word.
|
||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
toi = "toi"
|
toi = "toi"
|
||||||
|
bellow = "below"
|
||||||
|
|||||||
Reference in New Issue
Block a user