commit 2d493970a5d6d2327fd7b2b90284ec808d27fb90 parent 218ba2bbc41c3e5fc3eb1b6984969149e91cf3a8 Author: David Eisinger <[email protected]> Date: Mon, 18 Nov 2024 15:21:17 -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": "/(^|\\s|\\[|_|\\(|\"|\/|\\*)[A-Z][\\S]*/g" + "pattern": "/\\W[_]?[A-Z][\\S]+/g" } ], "languageSettings": [