From 41fe4ba304d74c6fe15f57a45c3b4d8926a27908 Mon Sep 17 00:00:00 2001 From: Chris Brendel Date: Thu, 12 Jan 2023 15:21:47 -0500 Subject: [PATCH] allow instantiated exceptions to be extracted --- 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 c42caaf..a424d1e 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -85,6 +85,7 @@ return { { retrieve = "first", node_type = "identifier", + recursive = true, extract = true, as = i.Throw, },