Skip to content

Commit

Permalink
fix(php): anonymous_function_creation_expression replaced with anonym…
Browse files Browse the repository at this point in the history
…ous_function
  • Loading branch information
ALameLlama authored and lukas-reineke committed Aug 20, 2024
1 parent dddb5d2 commit db92699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit db92699

Please sign in to comment.