I'm working with Shopify code a lot at work, and I just started using VS Code to see if it's any good.
And I was hoping there may be an extension that allows different syntax highlighting between specific tags within a *.liquid file.
For example, Shopify has:
{% schema %} JSON syntax highlighting {% endschema %}
{% javascript %} Javascript syntax highlighting {% endjavascript %}
{% stylesheet %} CSS/SCSS syntax highlighting {% endstylesheet %}
Could something like this be possible?