diff --git a/lua/neogen/configurations/python.lua b/lua/neogen/configurations/python.lua index 7b90d75..e87c717 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -53,7 +53,7 @@ return { subtree = { { retrieve = "all", - node_type = "true|false|integer|binary_operator", + node_type = "true|false|integer|binary_operator|expression_list", as = "anonymous_return", extract = true, },