Skip to content

Commit

Permalink
Add buffer to builtin (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacesc authored Jan 10, 2025
1 parent d7473a8 commit 99ba55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lexer/language.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ local language = {

-- Luau Tables
["bit32"] = "table",
["buffer"] = "table",
["coroutine"] = "table",
["debug"] = "table",
["math"] = "table",
Expand Down

0 comments on commit 99ba55b

Please sign in to comment.