I installed 3.1 this morning and have a bit of trouble.
I have quite a few HTML files with django template tags, javascript and vue templating. Previously, the markup between the script tags would properly color and provide tag closing for everything between the script tags. Now, it does not.
Basically, set syntax an HTML file and do this:
{% verbatim %}
<script type="text/x-template" id="vue-component-template">
<div> Hello world </div>
</script>
{% endverbatim %}
The HTML inside the script tags just looks like plaintext now. In 3126 things properly colored and closed.
Is there a way to fix this via settings? I have to revert to 3.0 for now, which isn’t a huge problem but not having this functional totally bones me.