For languages unknown to scope finder, do not use indentation to guess the end of scope
Closed this issue · 0 comments
mrkschan commented
When the scope finder has no knowledge in the source file, provide options to use simple algorithm to guess the end of a scope. Which is, a scope ends only when another scope starts.