Make exceptionss case insensative.
This commit is contained in:
parent
072a5e6f6f
commit
def4690040
@ -44,9 +44,9 @@ _:===:line
|
||||
=:===:equals
|
||||
|
||||
[customDict]
|
||||
certificate:===:certifficate
|
||||
nginx:===:EngineX
|
||||
shit:===:shitt
|
||||
regex;(?i)certificate:===:certifficate
|
||||
regex;(?i)nginx:===:EngineX
|
||||
regex;(?i)shit:===:shitt
|
||||
|
||||
[emoticonDict]
|
||||
# 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