From ac8efd962d4313548d47e2b30bb5526bdd062bff Mon Sep 17 00:00:00 2001 From: Nicholas Ciechanowski Date: Tue, 20 Aug 2024 09:41:45 +0000 Subject: [PATCH] fix(php): anonymous_function_creation_expression replaced with anonymous_function --- lua/ibl/scope_languages.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ibl/scope_languages.lua b/lua/ibl/scope_languages.lua index aff207f..496fcb3 100644 --- a/lua/ibl/scope_languages.lua +++ b/lua/ibl/scope_languages.lua @@ -344,7 +344,7 @@ local M = { class_declaration = true, method_declaration = true, function_definition = true, - anonymous_function_creation_expression = true, + anonymous_function = true, }, pony = { use_statement = true,