From 73b18d266b2a3124c48e7457dc783236fe05a5f3 Mon Sep 17 00:00:00 2001 From: danymat Date: Mon, 8 Nov 2021 21:25:31 +0100 Subject: [PATCH] (c/cpp) References #21 --- lua/neogen/configurations/c.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neogen/configurations/c.lua b/lua/neogen/configurations/c.lua index c9cd84a..74603b9 100644 --- a/lua/neogen/configurations/c.lua +++ b/lua/neogen/configurations/c.lua @@ -19,7 +19,7 @@ local c_function_extractor = function(node) subtree = { { retrieve = "first", - node_type = "type_parameter_declaration", + node_type = "type_parameter_declaration|variadic_type_parameter_declaration", subtree = { { retrieve = "all", node_type = "type_identifier", extract = true }, },