Merge pull request #5 from Carb0nNova/main

Included comma to catch unfamiliar dialects
This commit is contained in:
Matthew Wagner 2021-08-31 08:13:07 -07:00 committed by GitHub
commit 892c7670f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
"name": "local",
"patterns": [
{
"pattern": "^.+ (says|asks|exclaims|whispers)( .+)? '.*'$",
"pattern": "^.+ (says|asks|exclaims|whispers)(,? .+)? '.*'$",
"type": "regex"
},
{
"pattern": "^'.*' .+ (says|asks|exclaims)( .+)?.$",
"pattern": "^'.*' .+ (says|asks|exclaims)(,? .+)?.$",
"type": "regex"
},
{