[add] completion typedefs
This commit is contained in:
parent
2baebb3acb
commit
5409755b71
6 changed files with 250 additions and 6 deletions
7
webapp/lsp/providers/completions.xqm
Normal file
7
webapp/lsp/providers/completions.xqm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module namespace comp = 'lsp-completions';
|
||||
|
||||
(: (:{"triggerCharacter":":","triggerKind":2.0e0}:):)
|
||||
declare function comp:list($context as map(*)){
|
||||
message($context,"context: "),
|
||||
()
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue