Hi, I would like to highlight available placeholders while I'm filling in the snippet code. For example in the following snippet: ```python for value in iterable: pass ``` I would like to add a background to `value`, `iterable`, and `pass`, which are the snippet's placeholders.