Interface: DictionaryDefinitionSimple
Defined in: cspell-types/dist/index.d.mts:756
An Empty Dictionary Definition
Extends
Properties
description?
optionaldescription:string
Defined in: cspell-types/dist/index.d.mts:693
Optional description of the contents / purpose of the dictionary.
Inherited from
DictionaryDefinitionBase.description
file?
optionalfile:undefined
Defined in: cspell-types/dist/index.d.mts:784
Hide
ignoreForbiddenWords?
optionalignoreForbiddenWords:boolean
Defined in: cspell-types/dist/index.d.mts:772
Hide
Overrides
DictionaryDefinitionBase.ignoreForbiddenWords
name
name:
string
Defined in: cspell-types/dist/index.d.mts:689
This is the name of a dictionary.
Name Format:
- Must contain at least 1 number or letter.
- Spaces are allowed.
- Leading and trailing space will be removed.
- Names ARE case-sensitive.
- Must not contain
*,!,;,,,{,},[,],~.
Inherited from
noSuggest?
optionalnoSuggest:boolean
Defined in: cspell-types/dist/index.d.mts:768
Hide
Overrides
DictionaryDefinitionBase.noSuggest
path?
optionalpath:string
Defined in: cspell-types/dist/index.d.mts:780
Hide
repMap?
optionalrepMap:ReplaceMap
Defined in: cspell-types/dist/index.d.mts:760
Hide
Overrides
DictionaryDefinitionBase.repMap
supportNonStrictSearches?
optionalsupportNonStrictSearches:boolean
Defined in: cspell-types/dist/index.d.mts:740
Strip case and accents to allow for case insensitive searches and words without accents.
Note: this setting only applies to word lists. It has no-impact on trie dictionaries.
Default
true
Inherited from
DictionaryDefinitionBase.supportNonStrictSearches
type?
optionaltype:DictionaryFileTypes
Defined in: cspell-types/dist/index.d.mts:776
Hide
Overrides
useCompounds?
optionaluseCompounds:boolean
Defined in: cspell-types/dist/index.d.mts:764