From 51d1cee3d70bac68e7bc735569e92bc584267f73 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 15 Nov 2023 10:22:01 +1100 Subject: Set up ldoc and lua-language-server, write some module stubs --- .luarc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .luarc.json (limited to '.luarc.json') diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 00000000..eae0da56 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "workspace.library": ["lib/luavgl/src", "src/lua/stubs"], + "runtime.version": "Lua 5.4", +} + -- cgit v1.2.3