Closed tyler-vs closed 1 year ago
Thanks for updating the package, I ran across an issue.
In previous version (2.0) I could write comment in a liquid file upon tab completion it would be:
comment
{% comment %} {% endcomment %}
Now when I tab comment it returns.
comment endcomment
But without the {% %} delimiters.
{% %}
Which would work in a liquid literal but not outside of one.
I manually "downgraded" Liquid-2.0.0-st4134.sublime-package which seems to restore it back to normal.
Liquid-2.0.0-st4134.sublime-package
Thanks for updating the package, I ran across an issue.
In previous version (2.0) I could write
comment
in a liquid file upon tab completion it would be:Now when I tab
comment
it returns.But without the
{% %}
delimiters.Which would work in a liquid literal but not outside of one.
I manually "downgraded"
Liquid-2.0.0-st4134.sublime-package
which seems to restore it back to normal.