nitlight: include whole lines and loose tookens
authorJean Privat <jean@pryen.org>
Sat, 17 Oct 2015 14:02:11 +0000 (10:02 -0400)
committerJean Privat <jean@pryen.org>
Sat, 17 Oct 2015 14:03:59 +0000 (10:03 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/nitlight.nit

index ddb1887..f23bcd3 100644 (file)
@@ -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