VocabularylexerInputsOutputsNone
Generic word contractSkips until the end of the current token.
The default implementation treats a single
" as a word by itself; otherwise it searches forward until a whitespace character or the end of the line.
NotesCustom lexers can implement this generic word.
DefinitionMethods