lukas-reineke / indent-blankline.nvim

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

Update scope_languages.lua for Dart language #831

Closed ralph-bergmann closed 7 months ago

ralph-bergmann commented 7 months ago

add some more types from tree-sitter-dart

lukas-reineke commented 7 months ago

I don't know dart, but a lot of those don't sound like they would be scope :thinking:

ralph-bergmann commented 7 months ago

I have tested them all, and they all make sense. Here are a few examples:

SCR-20240123-dxqx

lukas-reineke commented 7 months ago

Scope has semantic meaning, please make sure you read :help ibl.config.scope.

There are places in your example that are not scope.

ralph-bergmann commented 7 months ago

oh, I misunderstood the scope thing :-(