Create .luarc.json

This commit is contained in:
2026-08-21 21:18:03 +02:00
parent 0bc0c32564
commit 712cfab946
+13
View File
@@ -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"
]
}