Used better Regex

pull/1039/head
yammes08 2 years ago committed by TRaSH
parent 7406fe24b2
commit 44bbc42a86

@ -10,7 +10,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(Open[-. ]Matte|OpenMatte)\\b"
"value": "\\b(Open[-. ]?Matte)\\b"
}
}
]

Loading…
Cancel
Save