From 712cfab946f6c9eef5c76aad0d3846b634266bb3 Mon Sep 17 00:00:00 2001 From: eejebring Date: Fri, 21 Aug 2026 21:18:03 +0200 Subject: [PATCH] Create .luarc.json --- .luarc.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .luarc.json 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" + ] +}