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

Unexcepted error on built-in tag "with" #14

Open RoyCoya opened 9 months ago

RoyCoya commented 9 months ago

Hi, I met this error: ERROR: Invalid Token. Expected tag end "%}" but found = instead. when formatting follow template: {% include 'xxx.html' with xxx=xxx %} I thought this error may be due to the current plugin not supporting the new with syntax (as previous format is 'with xxx as xxx'), so I changed into previous format but still got error: ERROR: Invalid Token. Expected tag end "%}" but found symbol instead.

Versions:

BigTava commented 9 months ago

Same to me.