junstyle / vscode-django-support

django formatter, highlight...
https://marketplace.visualstudio.com/items?itemName=junstyle.vscode-django-support
Apache License 2.0
4 stars 0 forks source link

Unnecessary spaces around = in url tags #21

Closed lampslave closed 4 months ago

lampslave commented 6 months ago

Before formatting: {% url 'message-reply' pk=message.pk %} After: {% url 'message-reply' pk = message.pk %} Result: template error, django cannot parse such url tags

Django Template Support v1.0.26 VSCode 1.82.1

smalpas commented 4 months ago

extra spaces added in {% with %} tag also occurs after formatting