jinjahtml-vscode: Broken synthaxe highlight since update
Dear Team,
I think an update broke the synthaxe highlight. All braces are now colorized, not only jinja2 braces. With this example :
As raw if you want to test :
{% if device_family == "SRX" %}
security {
apply-flags omit;
forwarding-options {
family {
inet6 {
mode packet-based;
}
mpls {
mode packet-based;
}
iso {
mode packet-based;
}
}
}
}
{% endif %}
Thanks,
Benjamin
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 1
- Comments: 17 (10 by maintainers)
Weird, let me take a look this afternoon and see if I can shake anything loose! thanks @samuelcolvin