varStart function
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);