[add] symbols

This commit is contained in:
Andy Bunce 2025-10-03 23:04:51 +01:00
parent f867836ddf
commit 3465a751bb
4 changed files with 61 additions and 21 deletions

6
test/symbols.xq Normal file
View file

@ -0,0 +1,6 @@
import module namespace hnd="lsp/handlers" at "../webapp/lsp/handlers.xqm";
declare variable $src:="sample.docs/parse-pdfbox.xml";
declare variable $parse:=doc($src)/*;
hnd:symbols($parse )