blockSyntaxes property

List<BlockSyntax> blockSyntaxes
final

The enabled block syntaxes.

To turn a series of lines into blocks, each of these will be tried in turn. Order matters here.

Implementation

final List<BlockSyntax> blockSyntaxes;