aboutsummaryrefslogtreecommitdiff
path: root/syntax_tree.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-08-30 14:16:09 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-08-30 14:16:18 -0700
commit18126da9c538046a93715d829722c818773b9ac1 (patch)
tree3a88e43636b85534ded21abd9f9f106b8ffbc037 /syntax_tree.lua
parentba00294badff9d5f5d55e1080a17b13fea961f55 (diff)
Auto-upgraded to 3.7
Diffstat (limited to 'syntax_tree.lua')
-rw-r--r--syntax_tree.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/syntax_tree.lua b/syntax_tree.lua
index 6383625..8fa15b7 100644
--- a/syntax_tree.lua
+++ b/syntax_tree.lua
@@ -26,8 +26,7 @@ local types = {
"DictEntry",
"IndexChain",
"Action",
- "FileChunks",
- "Method"
+ "FileChunks"
}
for _index_0 = 1, #types do
local name = types[_index_0]