Skip to content

Commit d703501

Browse files
committed
Grammar
1 parent 0b671b4 commit d703501

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.cspell.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
// cSpell Settings
22
{
33
"version": "0.2",
4-
// language - current active spelling language
4+
// language - current active spelling language.
55
"language": "en,nl",
6-
"import": ["@cspell/dict-nl-nl/cspell-ext.json"],
7-
// words - list of words to be always considered correct
6+
// import - import dictionaries.
7+
"import": [
8+
"@cspell/dict-nl-nl/cspell-ext.json"
9+
],
10+
// words - list of words to be always considered correct.
811
"words": [
912
"absmiddle",
1013
"ajax",
@@ -13,6 +16,7 @@
1316
"datetime",
1417
"GM_xmlhttpRequest",
1518
"greasemonkey",
19+
"issuetracker",
1620
"jerone",
1721
"maxlength",
1822
"nofollow",

0 commit comments

Comments
 (0)