You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
Some tags like
{% continue %}
and{% break %}
don't have a closing tag likeendif
andendfor
. 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:The text was updated successfully, but these errors were encountered: