TheBeyondGroup / zed-shopify-liquid

A Zed extension to add syntax highlighting for Liquid
MIT License
3 stars 1 forks source link

No syntax Highlighted in my liquid file #4

Closed 3ux1n3 closed 2 months ago

3ux1n3 commented 2 months ago

Hello i have one block that contains a script tag

<script>
// javascript code
</script>

{% schema %}
{
  "name": "BrowserBell",
  "target": "body"
}
{% endschema %}

the Javascript code doesn't have any syntax highlighting and no auto complete in js code , am I missing something ?

3ux1n3 commented 2 months ago

sorry it works now