aboutsummaryrefslogtreecommitdiff
path: root/syntax_tree.lua
diff options
context:
space:
mode:
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]