Refactor proper noun regexp

This commit is contained in:
David Eisinger
2024-11-18 15:21:17 -05:00
parent 218ba2bbc4
commit 2d493970a5

View File

@@ -21,7 +21,7 @@
},
{
"name": "proper_nouns",
"pattern": "/(^|\\s|\\[|_|\\(|\"|\/|\\*)[A-Z][\\S]*/g"
"pattern": "/\\W[_]?[A-Z][\\S]+/g"
}
],
"languageSettings": [