We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09910b commit 523f2a8Copy full SHA for 523f2a8
cspell.json
@@ -16,8 +16,8 @@
16
"kata-terms"
17
],
18
"ignoreRegExpList": [
19
- // Ignores words starting with a capital letter that appear in the middle of a sentence
20
- "(?<= )([A-Z][a-z]+)",
+ // Ignores words that look like names
+ "/[\\p{Lu}][\\p{L}]+/gu",
21
// Ignores github handles
22
"/@[a-z\\d](?:[a-z\\d]|-(?=[a-z\\d])){0,38}/gi"
23
0 commit comments