[mod] move icons into list wc
This commit is contained in:
parent
3cd8bb4f76
commit
dcfc390f1e
5 changed files with 68 additions and 59 deletions
|
|
@ -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}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue