You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lexer): handle non-code characters within language identifier #101
The lexer now correctly handles non-code characters within a language identifier, ensuring that the parsing process is not disrupted. This change ensures that the lexer can distinguish between the start of a code block and non-code content, thereby improving the accuracy of the lexing process.
0 commit comments