Refactor proper noun regexp

This commit is contained in:
David Eisinger
2024-11-19 09:28:18 -05:00
parent 4901aa6a1a
commit 832b4939fe

View File

@@ -21,7 +21,7 @@
}, },
{ {
"name": "proper_nouns", "name": "proper_nouns",
"pattern": "/\\W[_]?[A-Z][\\S]+/g" "pattern": "/[\\W_][A-Z][\\S]+/g"
} }
], ],
"languageSettings": [ "languageSettings": [