Skip to main content

Module: processTargets/modifiers/surroundingPair/delimiterMaps

Namespaces

Variables

complexDelimiterMap

complexDelimiterMap: Record<ComplexSurroundingPairName, SimpleSurroundingPairName[]>

Some surrounding pair scope types are really just shorthand for multiple acceptable delimiters. This map defines these surrounding pairs.

Defined in

processTargets/modifiers/surroundingPair/delimiterMaps.ts:36


delimiterToText

delimiterToText: Record<SimpleSurroundingPairName, [IndividualDelimiterText, IndividualDelimiterText]>

Defined in

processTargets/modifiers/surroundingPair/delimiterMaps.ts:8


leftToRightMap

leftToRightMap: Record<string, string>

Defined in

processTargets/modifiers/surroundingPair/delimiterMaps.ts:28