Optional
descriptionOptional
flagList of words to always be considered incorrect. Words found in flagWords
override words
.
Format of flagWords
word
word:suggestion
or word->suggestion, suggestions
Example:
"flagWords": [
"color: colour",
"incase: in case, encase",
"canot->cannot",
"cancelled->canceled"
]
Optional
ignoreList of words to be ignored. An ignored word will not show up as an error, even if it is
also in the flagWords
.
This is the name of a dictionary.
Name Format:
*
, !
, ;
, ,
, {
, }
, [
, ]
, ~
.Optional
repReplacement pairs.
Optional
suggestA list of suggested replacements for words. Suggested words provide a way to make preferred suggestions on word replacements. To hint at a preferred change, but not to require it.
Format of suggestWords
word: suggestion
word->suggestion
word: first, second, third
word->first, second, third
Optional
useUse Compounds.
List of words to be considered correct.
Optional description of the contents / purpose of the dictionary.