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,