added [!F] to the regex to avoid having Font.szs getting the patch applied

This commit is contained in:
Faraphel 2022-07-16 13:22:53 +02:00
parent 81248631b3
commit 8d615129e7
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{
"mode": "match",
"match_regex": "*[!_]?.szs"
"match_regex": "[!F]*[!_]?.szs"
}

View file

@ -1,4 +1,4 @@
{
"mode": "match",
"match_regex": "*[!_]?.szs"
"match_regex": "[!F]*[!_]?.szs"
}