We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
a3be6c5
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: