aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-14 14:41:17 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-14 14:41:32 -0700
commitd535dc57940f6c9558d3b588d53b44a87b2a8ed2 (patch)
treef0c8ecfcc65d302bbbfa3a867f60a56f3263310c /nomsu_tree.lua
parent01a4f36398bfe66a7286a83fdd797c8b20541681 (diff)
Fixed up comment generation to old standards
Diffstat (limited to 'nomsu_tree.lua')
-rw-r--r--nomsu_tree.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/nomsu_tree.lua b/nomsu_tree.lua
index 70ee4ee..d5875bc 100644
--- a/nomsu_tree.lua
+++ b/nomsu_tree.lua
@@ -26,8 +26,7 @@ local types = {
"DictEntry",
"IndexChain",
"Action",
- "File",
- "Comment"
+ "File"
}
for _index_0 = 1, #types do
local name = types[_index_0]