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
content_for "block"
We want block type completion
{% content_for "block", type: "█" %} {% content_for "block", type: "foo█" %}
Steps:
ContentForBlockTypeCompletionProvider
node.type === NodeTypes.String
parentNode.type === NodeTypes.NamedArgument
=== 'type'
grandParentNode.type === NodeTypes.ContentForMarkup
contentForType
=== 'block'
The text was updated successfully, but these errors were encountered:
content_for
ValidContentForArguments
No branches or pull requests
We want block type completion
Steps:
ContentForBlockTypeCompletionProvider
in theme-language-server-common/src/completions/providersnode.type === NodeTypes.String
parentNode.type === NodeTypes.NamedArgument
&& its name is=== 'type'
grandParentNode.type === NodeTypes.ContentForMarkup
&& itscontentForType
is=== 'block'
The text was updated successfully, but these errors were encountered: