You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't allow empty scope
There seems to be a bug in treesitter that allows an infinite loop of
node parents, if the node is empty.
IBL doesn't care about the node if it's empty anyway, so we can just
ignore them.
fix#930
feat: Support user defined scope languages
Node types for languages defined in `:help ibl.config.scope.include.node_type`
will work, even if the language does not have support out of the box.
fix#926