lineNumberMarkers

val lineNumberMarkers: Facet<(view: EditorSession, lineFrom: Int) -> GutterMarker?, List<(view: EditorSession, lineFrom: Int) -> GutterMarker?>>

Facet that allows extensions to contribute custom GutterMarkers to the line number gutter column. Each provider maps a line start position to an optional marker.