davideisinger.com

My personal website
Log | Files | Refs | README

commit 832b4939fe406859c3c7451b6831db652653b65e
parent 4901aa6a1aba42143be7db3aab6fa420a2ba4029
Author: David Eisinger <[email protected]>
Date:   Tue, 19 Nov 2024 09:28:18 -0500

Refactor proper noun regexp

Diffstat:
M.cspell.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cspell.json b/.cspell.json @@ -21,7 +21,7 @@ }, { "name": "proper_nouns", - "pattern": "/\\W[_]?[A-Z][\\S]+/g" + "pattern": "/[\\W_][A-Z][\\S]+/g" } ], "languageSettings": [