From 59974d512f7e21936fddfdcfb219c30d5f821924 Mon Sep 17 00:00:00 2001 From: Johnapolitan <71734690+Johnapolitan@users.noreply.github.com> Date: Fri, 30 Sep 2022 07:21:22 -0400 Subject: [PATCH] Expanded luau language(#3614) Johnapolitan * Add luau libraries * Add comma --- frontend/static/languages/code_luau.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/static/languages/code_luau.json b/frontend/static/languages/code_luau.json index 5a836eed1..9590f204d 100644 --- a/frontend/static/languages/code_luau.json +++ b/frontend/static/languages/code_luau.json @@ -68,6 +68,15 @@ "time", "usersettings", "version", - "warn" + "warn", + + "bit32", + "coroutine", + "debug", + "math", + "os", + "string", + "table", + "utf8" ] }