feat(completion): forward completion entries to current editor

This commit is contained in:
CJ van den Berg 2025-05-26 22:42:39 +02:00
parent f59125f74a
commit 8934bf5cd0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 77 additions and 22 deletions

View file

@ -39,6 +39,7 @@ pub const ArgumentType = enum {
string,
integer,
float,
boolean,
object,
array,
};