The similar state-uncomment tag currently only accepts a single state. We should extend it to support multiple states per tag.
The state tag, which state-uncomment is built on top of, already supports a list of states, e.g.
// :state-start: one two three
someCode()
// :state-end: