Make exceptionss case insensative.
This commit is contained in:
parent
072a5e6f6f
commit
def4690040
@ -44,9 +44,9 @@ _:===:line
|
|||||||
=:===:equals
|
=:===:equals
|
||||||
|
|
||||||
[customDict]
|
[customDict]
|
||||||
certificate:===:certifficate
|
regex;(?i)certificate:===:certifficate
|
||||||
nginx:===:EngineX
|
regex;(?i)nginx:===:EngineX
|
||||||
shit:===:shitt
|
regex;(?i)shit:===:shitt
|
||||||
|
|
||||||
[emoticonDict]
|
[emoticonDict]
|
||||||
# This dictionary uses regexp when prefixed with "regex;", so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
# This dictionary uses regexp when prefixed with "regex;", so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user