ignore property
If specified, it'll be called to check whether to ignore
the given syntax
when parsing the line at specified pos.
Implementation
bool Function(BlockSyntax syntax, int pos)? ignore;
If specified, it'll be called to check whether to ignore
the given syntax
when parsing the line at specified pos.
bool Function(BlockSyntax syntax, int pos)? ignore;