mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 10:17:30 +08:00
Update code_luau.json (#3246) verbxtim
Added roblox globals excluding duplicates.
This commit is contained in:
parent
ffa1f6f7de
commit
1230faeeb8
1 changed files with 16 additions and 1 deletions
|
|
@ -53,6 +53,21 @@
|
|||
"tostring",
|
||||
"type",
|
||||
"unpack",
|
||||
"xpcall"
|
||||
"xpcall",
|
||||
|
||||
"wait",
|
||||
"delay",
|
||||
"elapsedime",
|
||||
"debuggermanager",
|
||||
"pluginmanager",
|
||||
"printidentity",
|
||||
"settings",
|
||||
"spawn",
|
||||
"stats",
|
||||
"tick",
|
||||
"time",
|
||||
"usersettings",
|
||||
"version",
|
||||
"warn"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue