Skip to main content

Module: libs/cursorless-engine/tokenGraphemeSplitter/tokenGraphemeSplitter

Classes

Interfaces

Variables

GRAPHEME_SPLIT_REGEX

GRAPHEME_SPLIT_REGEX: RegExp

Regex used to split a token into graphemes.

Defined in

libs/cursorless-engine/tokenGraphemeSplitter/tokenGraphemeSplitter.ts:74


UNKNOWN

UNKNOWN: "[unk]"

All unknown graphemes will be mapped to this value, so that they will count as the same grapheme from the perspective of hat allocation, and can be referred to using "special", "red special", etc.

Defined in

libs/cursorless-engine/tokenGraphemeSplitter/tokenGraphemeSplitter.ts:69