[mod] move icons into list wc

This commit is contained in:
Andy Bunce 2025-10-21 10:15:31 +01:00
parent 3cd8bb4f76
commit dcfc390f1e
5 changed files with 68 additions and 59 deletions

View file

@ -57,7 +57,7 @@ as xs:integer
};
(:~ format position for text display :)
declare function pos:ln-col($pos as lspt:Position,$offset as xs:integer:=1)
declare function pos:ln-col($pos as lspt:Position,$offset as xs:integer:=0)
{
`Ln { $pos?line + $offset}, Col { $pos?character + $offset}`
};