Skip to content

Commit

Permalink
fix: remove top level scopes
Browse files Browse the repository at this point in the history
Removes the top level scopes for starlark
and yaml, since they cause problems when
scope highlighting.
  • Loading branch information
Danielkonge committed Jan 6, 2024
1 parent 3c8a185 commit 54d7987
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ local M = {
catch_statement = true,
},
starlark = {
module = true,
function_definition = true,
dictionary_comprehension = true,
list_comprehension = true,
Expand Down Expand Up @@ -625,7 +624,6 @@ local M = {
block = true,
},
yaml = {
stream = true,
block_node = true,
},
yuck = {
Expand Down

0 comments on commit 54d7987

Please sign in to comment.