aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_tree.lua')
-rw-r--r--nomsu_tree.lua3
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]