lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.07k stars 102 forks source link

fix: remove top level scopes #821

Closed Danielkonge closed 7 months ago

Danielkonge commented 8 months ago

This removes the top level scopes for starlark and yaml, since they cause problems when scope highlighting.

Note: chunk is also a top level scope for Lua, but with the Lua parser chunk doesn't seem to cause any problems.