diff --git a/.build.yml b/.build.yml index 41eb874..8690fda 100644 --- a/.build.yml +++ b/.build.yml @@ -10,4 +10,4 @@ sources: - https://git.sr.ht/~xerool/fennel-ls tasks: - build: | - make ci + make -C fennel-ls ci diff --git a/test/completion-test.fnl b/test/completion-test.fnl index 1d31bec..63d7139 100644 --- a/test/completion-test.fnl +++ b/test/completion-test.fnl @@ -170,6 +170,20 @@ completion.label)) allowed-missing-docs {:lua true :set-forcibly! true + + ;; TODO support other lua versions besides 5.4 + :gcinfo true + :getfenv true + :setfenv true + :loadstring true + :module true + :newproxy true + :unpack true + :bit32 true + ;; luajit + :bit true + :jit true + ;; TODO remove these from fennel-ls when they become configurable :love true :vim true}]