diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-11-15 10:22:01 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-11-15 10:22:01 +1100 |
| commit | 51d1cee3d70bac68e7bc735569e92bc584267f73 (patch) | |
| tree | b78090c8c85b672e5e5ad9cb84dcf1e7f01cba46 /.luarc.json | |
| parent | 0cae95a71ee88aafe0a9fffe9ee310b708029146 (diff) | |
| download | tangara-fw-51d1cee3d70bac68e7bc735569e92bc584267f73.tar.gz | |
Set up ldoc and lua-language-server, write some module stubs
Diffstat (limited to '.luarc.json')
| -rw-r--r-- | .luarc.json | 6 |
1 files changed, 6 insertions, 0 deletions
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", +} + |
