Fixing regex for clantalk to include races with apostrophes

This commit is contained in:
Matt Wagner 2021-06-29 23:00:53 -07:00
parent 8c00a2cec6
commit 4c8ce82095

View File

@ -59,7 +59,7 @@
"name": "clan", "name": "clan",
"patterns": [ "patterns": [
{ {
"pattern": "{.*}<.*>\\[[a-zA-Z ]+\\][()<>A-Za-z ]*: ", "pattern": "{.*}<.*>\\[[a-zA-Z' ]+\\][()<>A-Za-z ]*: ",
"type": "regex" "type": "regex"
}, },
{ {