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
I want to include a template using ignore missing like so:
ignore missing
{% include 'template-name' ignore missing %}
but the plugin removes it when I format the code.
I haven't seen any options for this, and no past issue seems to mention it. Am I missing something or is this really a bug?
I am currently working around this problem by telling Prettier to ignore the line, but it would be nice to have this allowed by the plugin.
Thanks for your great work, I love this plugin!
The text was updated successfully, but these errors were encountered:
It seems, in fact, to be removed, yes. Just hit the same wall.
Sorry, something went wrong.
No branches or pull requests
I want to include a template using
ignore missing
like so:{% include 'template-name' ignore missing %}
but the plugin removes it when I format the code.
I haven't seen any options for this, and no past issue seems to mention it. Am I missing something or is this really a bug?
I am currently working around this problem by telling Prettier to ignore the line, but it would be nice to have this allowed by the plugin.
Thanks for your great work, I love this plugin!
The text was updated successfully, but these errors were encountered: