SublimeText / Liquid

Shopify Liquid syntax for Sublime Text
https://packagecontrol.io/packages/Liquid
MIT License
18 stars 11 forks source link

Tab completions broken in update in Sublime Text 4 #7

Closed tyler-vs closed 1 year ago

tyler-vs commented 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 %}
{% 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.