Interface: TokenHatSplittingMode
libs/common/ide/types/Configuration.TokenHatSplittingMode
Properties
lettersToPreserve
• lettersToPreserve: string
[]
A list of characters whose accents should not be stripped. This can be used, for example, if you would like to strip all accents except for those of a few characters, which you can add to this string.
Defined in
libs/common/ide/types/Configuration.ts:53
preserveCase
• preserveCase: boolean
Whether to distinguished between uppercase and lower case letters for hat
Defined in
libs/common/ide/types/Configuration.ts:46
symbolsToPreserve
• symbolsToPreserve: string
[]
A list of symbols that shouldn't be normalized by the token hat splitter. Add any extra symbols here that you have added to your <user.any_alphanumeric_key> capture.
Defined in
libs/common/ide/types/Configuration.ts:60