euporie.core.widgets.inputs.SimpleLexer

class euporie.core.widgets.inputs.SimpleLexer(style: str = '')

Lexer that doesn’t do any tokenizing and returns the whole input as one token.

Parameters:

style – The style string for this lexer.