X-Git-Url: http://nitlanguage.org diff --git a/src/highlight.nit b/src/highlight.nit index a93fec9..4922a79 100644 --- a/src/highlight.nit +++ b/src/highlight.nit @@ -27,13 +27,13 @@ class HighlightVisitor # Is the HTML include a nested `` element for each `ANode` of the AST? # Used to have a really huge and verbose HTML (mainly for debug) - var with_ast writable = false + var with_ast = false is writable # The first line to generate, null if start at the first line - var first_line: nullable Int writable = null + var first_line: nullable Int = null is writable # The last line to generate, null if finish at the last line - var last_line: nullable Int writable = null + var last_line: nullable Int = null is writable init do