don't match alot as subword
E.g. "zealot"
This commit is contained in:
parent
feb1a37e11
commit
16823dd971
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ rules:
|
||||||
variables:
|
variables:
|
||||||
reaction: 🍪
|
reaction: 🍪
|
||||||
alot:
|
alot:
|
||||||
matches: [alot]
|
matches: [\balot\b]
|
||||||
template: alot
|
template: alot
|
||||||
|
|
Loading…
Reference in a new issue