Skip to content
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

Formatter breaks escape filter parameters #82

Open
danjdewhurst opened this issue Nov 17, 2021 · 1 comment
Open

Formatter breaks escape filter parameters #82

danjdewhurst opened this issue Nov 17, 2021 · 1 comment

Comments

@danjdewhurst
Copy link

|escape('js') becomes |escape(' js') which errors.

Using v0.9.2 - VS Code 1.62.2

@guillaumecardon
Copy link

+1

id="test_{{ date|format_datetime(pattern="YYYY-MM-DD") }}" become id="test_{{ date|format_datetime(pattern=" yyyy-mm-dd") }}"

Very annoying

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

No branches or pull requests

2 participants