From 985baa138089dc55672fc2f83aeda8010fe3c8aa Mon Sep 17 00:00:00 2001 From: danymat Date: Tue, 1 Feb 2022 15:06:08 +0100 Subject: [PATCH] fix(py) Support typed default parameters (#60) --- lua/neogen/configurations/python.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neogen/configurations/python.lua b/lua/neogen/configurations/python.lua index 7396bc4..48b7efe 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -44,6 +44,7 @@ return { { retrieve = "all", node_type = "typed_default_parameter", + as = "typed_parameter", extract = true, subtree = { { retrieve = "all", node_type = "identifier", extract = true } }, },