logo
pub fn lex_next_token(
    text: &str,
    state: &mut LexState
) -> Option<(usize, SyntaxKind)>
Expand description

Returns a pair of the matched token type at the beginning of text, and its size