vscode-liquid
vscode-liquid copied to clipboard
Added missing whitespace control snippets
Before there was no whitespace control snippets
{% assign variable = 123 %}
After
{% assign variable = 123 %}
{%- assign variable = 123 -%}
... etc.