diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-10-29 13:00:08 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-10-29 13:00:30 -0700 |
| commit | 23abab4f809e8d4b825746580082292db700036b (patch) | |
| tree | 8eb95a3b781547abedadd08705a6e6291662737c /tools/find_action.nom | |
| parent | be1df7ccd3fb5352ca666129aee93c56b5b27b40 (diff) | |
Some cleanups and fixes, made the parser more permissive of prematurely
terminated files.
Diffstat (limited to 'tools/find_action.nom')
| -rwxr-xr-x | tools/find_action.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/find_action.nom b/tools/find_action.nom index 8381855..e30f155 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -23,8 +23,8 @@ for %path in %files: %results::add {..} line: %line_num text: "\ - ..\(blue "\%filename:\%line_num:") - \(yellow (source lines of %t))" + ..\(blue "\%filename:\%line_num:") + \(yellow (source lines of %t))" if (%t is syntax tree): for %sub in %t: recurse %t on %sub |
