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
{% comment %} There's a non-breaking single quote in this line Accepts: - update_url: {Boolean} There's a breaking single quote here Usage: {% render 'product-variant-picker', product: product %}{% endcomment %}
In the above example the first single quote after LiquidDoc begins appears to be detected as opening a string. The syntax highlighting breaks, and after the comment I no longer get autocompletions. A single quote in a word before Accept: seems to be ignored as expected.
I found this in the product-variant-picker snippet in Dawn.
The text was updated successfully, but these errors were encountered:
In the above example the first single quote after LiquidDoc begins appears to be detected as opening a string. The syntax highlighting breaks, and after the comment I no longer get autocompletions. A single quote in a word before
Accept:
seems to be ignored as expected.I found this in the
product-variant-picker
snippet in Dawn.The text was updated successfully, but these errors were encountered: