Hi!! The following ```Cr {% for pokemon in ["Snorlax", "Jigglypuff", "MewTwo"] %} something.{{pokemon.id}} {% end %} ``` is highlighted as    `pokemon` inside the `{{}}` should be highlighted as a var. Removing `something.` fixes the highlighting
Hi!!
The following
{% for pokemon in ["Snorlax", "Jigglypuff", "MewTwo"] %} something.{{pokemon.id}} {% end %}is highlighted as
pokemoninside the{{}}should be highlighted as a var. Removingsomething.fixes the highlighting