Skip to main content

keyword_texts

Function keyword_texts 

Source
pub fn keyword_texts() -> impl ExactSizeIterator<Item = &'static str>
Expand description

Canonical lowercase keyword spellings, in the same sorted order as the lookup table.

This lets editor integrations and completion providers share the parser’s keyword source instead of carrying independent reserved-word lists.