Skip to content

Fix liquid tag completions support #794

New issue

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

Merged
merged 1 commit into from
May 3, 2025
Merged

Conversation

sebastienros
Copy link
Owner

Fixes #793

@sebastienros sebastienros enabled auto-merge (squash) May 3, 2025 21:31
@sebastienros sebastienros merged commit 2c42be0 into main May 3, 2025
3 checks passed
@sebastienros sebastienros deleted the sebros/liquidcompletion branch May 3, 2025 21:35
%}
";
var source = """
{%- for i in (1..5) %}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is - after the percentage symbol for a reason? This is the first time I see it

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In liquid it means that the spaces before the tag should not be rendered. Works on every tags or output tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible problem with 'continue' in a 'for' wrapped 'liquid' statement.
2 participants