Skip to content

*Request* Highlighting when using theme liquid tag #20

Description

@jibinycricket

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 %}

https://shopify.dev/docs/themes/liquid/reference/tags/theme-tags#liquid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions