Skip to content

Commit da7a116

Browse files
committed
enh(vscode): speller ignores possesive words
1 parent aae4054 commit da7a116

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
{
1313
"name": "project",
1414
"path": "./docs/source/spelling_wordlist.txt"
15-
},
15+
}
1616
],
1717
"cSpell.enabled": true,
1818
"cSpell.dictionaries": [
1919
"project"
2020
],
21+
"cSpell.ignoreRegExpList": [
22+
"'s\\b"
23+
],
2124
"cSpell.ignorePaths": [
2225
".git/",
2326
"*venv*/",

docs/source/spelling_wordlist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ genindex
4949
graphkit
5050
graphop
5151
graphtik
52-
graphtik's
5352
graphvar
5453
graphviz
5554
hnguyen
5655
howto
5756
hpgl
5857
htaccess
59-
huygn's
6058
huyng
6159
imap
6260
imread
@@ -145,7 +143,6 @@ substs
145143
svgs
146144
svgz
147145
syamajala
148-
syamajala's
149146
tobi
150147
tocs
151148
todel

0 commit comments

Comments
 (0)