varStart function

Parser varStart([
  1. LiquidConfig? config
])

Variable start delimiter. The whitespace-stripping variant {{- is handled semantically at evaluation time, not by the parser consuming whitespace.

If config is provided, uses custom delimiters from the config.

Implementation

Parser varStart([LiquidConfig? config]) => createVarStart(config);