A lexer that is aware of indentation in the input text.
The only purpose of this lexer is to reset the internal state of the IndentationAwareTokenBuilder
between the tokenization of different text inputs.
In your module, you can override the default lexer with this one as such:
A lexer that is aware of indentation in the input text. The only purpose of this lexer is to reset the internal state of the IndentationAwareTokenBuilder between the tokenization of different text inputs.
In your module, you can override the default lexer with this one as such: