diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..dfe37a2 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,13 @@ +{ + "runtime.version": "Lua 5.1", + "workspace.library": [ + "/home/eejebring/code/external/cc-tweaked-documentation" + ], + "diagnostics.globals": [ + "os", "fs", "computer", "peripheral", "turtle", "term", + "redstone", "colors", "colours", "keys", "http", "gps", + "disk", "commands", "vector", "paintutils", "parallel", + "rs", "settings", "shell", "window", "io", "textutils", + "native", "periphemu", "read" + ] +}