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

Added characters causing invalid syntax #26

Closed SteveGiralt closed 3 months ago

SteveGiralt commented 3 months ago

My Code: {% if equipment.equipment_number in answers.failures|get_dict_item:field_name %}

Output: {% if equipment.equipment_number in (answers.failures|get_dict_item:field_name) %}

Expected: Do not add ( and ) characters

Django Support Version: v1.0.31