Added number support for dubs to clan capture

This commit is contained in:
Carb0nNova 2021-08-26 10:00:49 -05:00
parent 0f41a9df93
commit 4abb08e2e0

View File

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