Bluehawk icon indicating copy to clipboard operation
Bluehawk copied to clipboard

Support a list of states in `state-uncomment`

Open nlarew opened this issue 1 year ago • 0 comments

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:

nlarew avatar Apr 13 '23 18:04 nlarew