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.

TeX.2021.407 scan_keyword