Interface: DictionaryDefinitionSimple
Defined in: packages/cspell-types/dist/index.d.mts:850
An Empty Dictionary Definition
Extends
DictionaryDefinitionBaseWithPathsHidden
Properties
btrie?
optionalbtrie?:string
Defined in: packages/cspell-types/dist/index.d.mts:840
Hide
Inherited from
DictionaryDefinitionBaseWithPathsHidden.btrie
description?
optionaldescription?:string
Defined in: packages/cspell-types/dist/index.d.mts:763
Optional description of the contents / purpose of the dictionary.
Inherited from
DictionaryDefinitionBaseWithPathsHidden.description
file?
optionalfile?:undefined
Defined in: packages/cspell-types/dist/index.d.mts:844
Hide
Inherited from
DictionaryDefinitionBaseWithPathsHidden.file
ignoreForbiddenWords?
optionalignoreForbiddenWords?:boolean
Defined in: packages/cspell-types/dist/index.d.mts:866
Hide
Overrides
DictionaryDefinitionBaseWithPathsHidden.ignoreForbiddenWords
name
name:
string
Defined in: packages/cspell-types/dist/index.d.mts:759
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
DictionaryDefinitionBaseWithPathsHidden.name
noSuggest?
optionalnoSuggest?:boolean
Defined in: packages/cspell-types/dist/index.d.mts:862
Hide
Overrides
DictionaryDefinitionBaseWithPathsHidden.noSuggest
path?
optionalpath?:string
Defined in: packages/cspell-types/dist/index.d.mts:836
Hide
Inherited from
DictionaryDefinitionBaseWithPathsHidden.path
repMap?
optionalrepMap?:ReplaceMap
Defined in: packages/cspell-types/dist/index.d.mts:854
Hide
Overrides
DictionaryDefinitionBaseWithPathsHidden.repMap
supportNonStrictSearches?
optionalsupportNonStrictSearches?:boolean
Defined in: packages/cspell-types/dist/index.d.mts:810
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
DictionaryDefinitionBaseWithPathsHidden.supportNonStrictSearches
type?
optionaltype?:DictionaryFileTypes
Defined in: packages/cspell-types/dist/index.d.mts:870
Hide
Overrides
DictionaryDefinitionBaseWithPathsHidden.type
useCompounds?
optionaluseCompounds?:boolean
Defined in: packages/cspell-types/dist/index.d.mts:858
Hide
Overrides
DictionaryDefinitionBaseWithPathsHidden.useCompounds