Skip to content

Instantly share code, notes, and snippets.

@Corecii
Created June 10, 2024 22:55
Show Gist options
  • Save Corecii/5f782eb3767a67e8b7f5e39f614c3574 to your computer and use it in GitHub Desktop.
Save Corecii/5f782eb3767a67e8b7f5e39f614c3574 to your computer and use it in GitHub Desktop.
local function syntax_highlighting_is_okay_up_here()
return true
end
--[[
```lua
pcall(function()
end
```
]]
local function and_now_it_is_broken()
return true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment