We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b671b4 commit d703501Copy full SHA for d703501
.cspell.json
@@ -1,10 +1,13 @@
1
// cSpell Settings
2
{
3
"version": "0.2",
4
- // language - current active spelling language
+ // language - current active spelling language.
5
"language": "en,nl",
6
- "import": ["@cspell/dict-nl-nl/cspell-ext.json"],
7
- // words - list of words to be always considered correct
+ // import - import dictionaries.
+ "import": [
8
+ "@cspell/dict-nl-nl/cspell-ext.json"
9
+ ],
10
+ // words - list of words to be always considered correct.
11
"words": [
12
"absmiddle",
13
"ajax",
@@ -13,6 +16,7 @@
16
"datetime",
14
17
"GM_xmlhttpRequest",
15
18
"greasemonkey",
19
+ "issuetracker",
20
"jerone",
21
"maxlength",
22
"nofollow",
0 commit comments