pub static KEYWORDS: &[&str] = &[
"and",
"application",
"attr",
"case",
"component",
"consumes",
"default",
"define",
"elsif",
"environment",
"false",
"function",
"if",
"import",
"in",
"inherits",
"node",
"or",
"private",
"produces",
"regexp",
"site",
"true",
"type",
"undef",
"unit",
"unless",
];