Hmmm, `scope:` normally shows the name of the enclosing scope stack or if outside any scope it shows `unknown`. But `unknown` or `Unknown` are both valid values of scopes. Perhaps it should show something that is less commonly[^1] a valid scope, perhaps `-` @techee?
[^1]: many/most languages will see `-` as a minus operator, not valid for a scope, but there is always at least one outlier, I'm looking at you Lisp :grin: