-- https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol Some lsp like vuels, pyls etc dont support the newer DocumentSymbol[] data structure so add minimal support for the old way. This is not hierarchical so not really a tree Addresses #13