varEnd function

Parser varEnd([
  1. LiquidConfig? config
])

Variable end 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 varEnd([LiquidConfig? config]) => createVarEnd(config);