-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Nov 29, 2024
Replies: 1 comment
-
Hey @nk-coding, as far as I'm aware, the lexer does not expose the current mode to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nk-coding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @nk-coding,
as far as I'm aware, the lexer does not expose the current mode to the
ILexerErrorMessageProvider
in any way. Since the lexer mode also isn't a property of the lexer itself, but a local variable of thetokenize
method, I don't think there's a way to retrieve the value.