syntax production, metagrammar 1* etc.
In some places we use syntax like this:
spec/control-spec/message-format.md: Keyword = 1*ALPHA
This metasyntax is highly confusing. It appears to be used to mean "one or more". We should probably use "(...)+".