[mod] build 0.0.53
This commit is contained in:
parent
b3f47dc553
commit
5bc83682a5
4 changed files with 1866 additions and 1376 deletions
|
|
@ -51,7 +51,7 @@ export class Symbols implements DocumentSymbolProvider {
|
|||
vars.children.push(info);
|
||||
});
|
||||
|
||||
const funs=makeSymbol("Variables", "", SymbolKind.Function, prolog)
|
||||
const funs=makeSymbol("Functions", "", SymbolKind.Function, prolog)
|
||||
funs.children=[]
|
||||
xqdoc.functions.forEach(function (f: FunTypes) {
|
||||
const name = f.name + "#" + f.params.length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue