Skip to content

Commit

Permalink
fix: remove document level scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Oct 17, 2023
1 parent 0ac5dfe commit d747910
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ local M = {
array = true,
},
cpon = {
document = true,

meta_map = true,
map = true,
array = true,
Expand Down Expand Up @@ -435,7 +433,6 @@ local M = {
tuple = true,
},
rst = {
document = true,
directive = true,
},
ruby = {
Expand Down Expand Up @@ -563,7 +560,6 @@ local M = {
do_statement = true,
},
thrift = {
document = true,
definition = true,
},
tiger = {
Expand Down Expand Up @@ -637,7 +633,6 @@ local M = {
},
yaml = {
stream = true,
document = true,
block_node = true,
},
yuck = {
Expand Down

0 comments on commit d747910

Please sign in to comment.