aboutsummaryrefslogtreecommitdiff
path: root/tools/find_action.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-22 16:35:07 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-22 16:35:07 -0700
commit0d7bb7eb038d7fb986bb879112d599b2c517889c (patch)
treef4202282bc37e94cbe54589af5a6db0c970e1925 /tools/find_action.nom
parentd38020bc5ac0fe7b6ff060c62943c277d4beb3bf (diff)
Cleaning up formatting.
Diffstat (limited to 'tools/find_action.nom')
-rwxr-xr-xtools/find_action.nom4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/find_action.nom b/tools/find_action.nom
index 03bae54..ae3bf72 100755
--- a/tools/find_action.nom
+++ b/tools/find_action.nom
@@ -18,4 +18,6 @@ for %path in %files:
say (blue "\%filename:\%line_num:")
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