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

Array indexing is incorrectly formatted #28

Closed sboettcher closed 2 months ago

sboettcher commented 2 months ago

Template tags like

{% ... array.0 %}

are auto formatted to

{% ... array[0] %}

which results in a

TemplateSyntaxError: Could not parse the remainder: '[0]' from 'array[0]'

Plugin version: v1.0.33 VSCode version: v1.89.1

junstyle commented 2 months ago

fixed