pub(crate) const KEYWORDS: &[&str; 2];
The list of keywords.
We should consider all the keywords, but some are conditional on the edition so for now we just consider true/false.
https://doc.rust-lang.org/reference/keywords.html