fix: get rid of negative lookahead

This commit is contained in:
oSumAtrIX 2023-04-08 00:27:28 +02:00
parent be5f7e111c
commit 7c170cbfee
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -64,7 +64,7 @@
{
"includes": {
"channels": [952946952348270626, 954147049832603748],
"match": ["vanced\\s*\\.\\s*(?!app)\\S*"]
"match": ["vanced\\.([^a]|a($|[^p]))"]
},
"excludes": {
"roles": [
@ -109,4 +109,4 @@
}
}
]
}
}