Open brady-sewall opened 2 years ago
I tried adding this to the settings.json file, but it's not working: "comment-divider.languagesMap": { "liquid": ["{%- comment -%}", "{%- endcomment -%}"] }
"comment-divider.languagesMap": { "liquid": ["{%- comment -%}", "{%- endcomment -%}"] }
Liquid files are commented with {%- comment -%} and {%- endcomment -%}
{%- comment -%}
{%- endcomment -%}
I tried adding this to the settings.json file, but it's not working:
"comment-divider.languagesMap": { "liquid": ["{%- comment -%}", "{%- endcomment -%}"] }
Liquid files are commented with
{%- comment -%}
and{%- endcomment -%}