Hi,
I would like to use the parser and AST to add colors to the end user template editor. Seems when I use
var template = FluidParser.Parse(content);
var statements = ((Fluid.Parser.FluidTemplate)template).Statements;
some statements have no information about Offset/Length which then does not allow to use those tokens to add colors in the editor.
Is there any chance this could get added into statements instances?