Function texlang::parse::parse_keyword

source ยท
pub fn parse_keyword<S: TexlangState>(
    input: &mut ExpandedStream<S>,
    keyword: &str,
) -> Result<bool>
Expand description

Parses a keyword from the input stream.

scan_keyword