The tag somewhat recently came out, but would it be possibly to allow highlighting when using the liquid tag
{% liquid
case section.blocks.size
when 1
assign column_size = ''
when 2
assign column_size = 'one-half'
when 3
assign column_size = 'one-third'
else
assign column_size = 'one-quarter'
endcase %}
The tag somewhat recently came out, but would it be possibly to allow highlighting when using the
liquidtaghttps://shopify.dev/docs/themes/liquid/reference/tags/theme-tags#liquid