Skip to content

Commit

Permalink
Remove _ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Someon1e committed Jun 9, 2024
1 parent 7cddd73 commit c49f049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/luau.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function (hljs) {

const BUILT_IN =
// Lua metatags and globals:
'_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len ' +
'_G _VERSION __index __newindex __mode __call __metatable __tostring __len ' +
'__gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert ' +
// New in Luau (metatags -> globals)
'__idiv __iter newproxy rawlen ' +
Expand Down

0 comments on commit c49f049

Please sign in to comment.