[add] completion typedefs

This commit is contained in:
Andy Bunce 2025-10-08 22:12:48 +01:00
parent 2baebb3acb
commit 5409755b71
6 changed files with 250 additions and 6 deletions

View file

@ -0,0 +1,7 @@
module namespace comp = 'lsp-completions';
(: (:{"triggerCharacter":":","triggerKind":2.0e0}:):)
declare function comp:list($context as map(*)){
message($context,"context: "),
()
};