pub fn lex_next_token( text: &str, state: &mut LexState, ) -> Option<(usize, SyntaxKind)>
Returns a pair of the matched token type at the beginning of text, and its size
text