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

formatter incompatible {% with business.employees.count as total %} #24

Closed CKCat closed 4 months ago

CKCat commented 4 months ago

eg:

{% with business.employees.count as total %} # ERROR: with arguments mismatch. eg: {% with alpha=1 beta=2 %}

https://docs.djangoproject.com/en/5.0/ref/templates/builtins/#with

image

junstyle commented 4 months ago

the old format can use two arguments? or only one argument?

i will fix it