Skip to content

Commit

Permalink
fix: remove chunk from lua scopes
Browse files Browse the repository at this point in the history
fix #886
  • Loading branch information
lukas-reineke committed May 23, 2024
1 parent ece00d5 commit 2ea307b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ local M = {
interpolated_expression = true,
},
lua = {
chunk = true,
do_statement = true,
while_statement = true,
repeat_statement = true,
Expand Down

0 comments on commit 2ea307b

Please sign in to comment.