ignore property

bool Function(BlockSyntax syntax, int pos)? ignore
getter/setter pair

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;