TheBeyondGroup / zed-shopify-liquid

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

Support for tags without closing #5

Open arthrfrts opened 1 month ago

arthrfrts commented 1 month ago

Some tags like {% continue %} and {% break %} don't have a closing tag like endif and endfor. Currently, if I add a non-closeable tag in an HTML document, it breaks the syntax highlighting.

For example, while developing a Jekyll theme, if I use a tag like {% feed_meta %}, anything below it will not get highlighted:

Captura de Tela 2024-07-28 às 00 25 07
jeffreyguenther commented 1 week ago

Acknowledged.