diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-12 21:24:08 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-12 21:24:13 -0700 |
| commit | af62e3e8bf2794048e7c20fc16fabd8c4726961e (patch) | |
| tree | 71230e6b87b41ac7d0ce0d38cdabcf183317e25c /nomsu_tree.lua | |
| parent | f908bb49b30dcead0c5123a513a1ee9e70dac412 (diff) | |
All tests passing.
Diffstat (limited to 'nomsu_tree.lua')
| -rw-r--r-- | nomsu_tree.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nomsu_tree.lua b/nomsu_tree.lua index 227a674..70ee4ee 100644 --- a/nomsu_tree.lua +++ b/nomsu_tree.lua @@ -26,7 +26,8 @@ local types = { "DictEntry", "IndexChain", "Action", - "FileChunks" + "File", + "Comment" } for _index_0 = 1, #types do local name = types[_index_0] |
