Describe the bug
In the following example, when a for loop is inside a form, ICC doesn't seem to work.
{%- form 'localization', id: 'FooterLanguageFormNoScript', class: 'localization-form' -%}
{%- for language in localization.available_languages -%}
<option value="{{ language.⬜️
Describe the bug In the following example, when a
for
loop is inside aform
, ICC doesn't seem to work.Simplified version of https://github.com/Shopify/dawn/blob/main/sections/footer.liquid#L276
Expected Expected suggestions like
iso_code
.Actual Default suggestions from VS Code
Debugging information
theme-check --version
in a terminal): 1.12.0