Use “ada enumeration Literal” to match all Ada enumeration literals.
This kind is an enumeration literal for an enumeration type.
type light_color is (green, yellow, red); -- all Ada Enumeration Literal