Cleaning up formatting.
This commit is contained in:
parent
d38020bc5a
commit
0d7bb7eb03
@ -18,4 +18,6 @@ for %path in %files:
|
|||||||
say (blue "\%filename:\%line_num:")
|
say (blue "\%filename:\%line_num:")
|
||||||
say (yellow (source lines of %t))
|
say (yellow (source lines of %t))
|
||||||
|
|
||||||
if (%t is syntax tree) (for %sub in %t (recurse %t on %sub))
|
if (%t is syntax tree):
|
||||||
|
for %sub in %t:
|
||||||
|
recurse %t on %sub
|
||||||
|
Loading…
Reference in New Issue
Block a user