Symbol scope in tree-sitter

Are symbol scopes available in the current tree-sitter implementation of symbolication? Apologies if I’m just not understanding the documentation.

Not currently, no. Nova does not use scoping in this way in its autocomplete for tree-sitter documents as it did for Regex grammars, instead relying on the tree-sitter parse tree for scoping information when available (or a language server, if it’s available).