Should the HTML include a nested <span class"{type_of_node}"> element for each ANode of the AST?

Used to have a really huge and verbose HTML (mainly for debug)

Property definitions

nitc $ HtmlightVisitor :: with_ast
	# Should the HTML include a nested `<span class"{type_of_node}">` element for each `ANode` of the AST?
	#
	# Used to have a really huge and verbose HTML (mainly for debug)
	var with_ast = false is writable
src/htmlight.nit:83,2--86,33