Skip to content

Cm5Mode.blankLine method

Cm5Mode › blankLine

Unofficial

Called whenever a blank line is passed over, so that the parser state can be updated.

Signature:

blankLine(state: T): void

Parameters:

Parameter Type Description
state T The current parser state.

Returns: void