[mod] settings apply

This commit is contained in:
Andy Bunce 2025-10-05 16:18:40 +01:00
parent e38385b593
commit 4ccc684f89
9 changed files with 103 additions and 51 deletions

View file

@ -19,11 +19,9 @@ declare function lsp-diags:list(
$text as xs:string,
$xml as lsp-diags:ParseResult)
as map(*)*{
if($xml/self::ERROR)
then lsp-diags:parse-error($text, $xml)
else lsp-diags:parse-xquery($text,$xml)
if($xml/self::ERROR)
then lsp-diags:parse-error($text, $xml)
else lsp-diags:parse-xquery($text,$xml)
};
(:~