From: Jean Privat Date: Sat, 17 Oct 2015 14:02:11 +0000 (-0400) Subject: nitlight: include whole lines and loose tookens X-Git-Tag: v0.7.9~27^2~2 X-Git-Url: http://nitlanguage.org nitlight: include whole lines and loose tookens Signed-off-by: Jean Privat --- diff --git a/src/nitlight.nit b/src/nitlight.nit index ddb1887..f23bcd3 100644 --- a/src/nitlight.nit +++ b/src/nitlight.nit @@ -59,6 +59,8 @@ for mm in mmodules do if prefix != null then v.line_id_prefix = prefix.trim end + v.include_loose_tokens = true + v.include_whole_lines = true if opt_first_line.value != 0 then v.first_line = opt_first_line.value if opt_last_line.value != 0 then v.last_line = opt_last_line.value