When highlighting a node, the first and the last lines are fully included.

If the highlighted node starts (or ends) in the middle of a line, this flags forces the whole line to be highlighted.

Default: false

Property definitions

nitc $ AbstractHighlightVisitor :: include_whole_lines
	# When highlighting a node, the first and the last lines are fully included.
	#
	# If the highlighted node starts (or ends) in the middle of a line,
	# this flags forces the whole line to be highlighted.
	#
	# Default: false
	var include_whole_lines = false is writable
src/highlight.nit:46,2--52,44