JohnnyMorganz
JohnnyMorganz
Source: https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/FlowContainer.lua Source: https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/SecureGroupHeaders.lua ```lua --If it doesn't fit on the current row, move to the next. if ( object == "linebreak" or --Force a new line type(object) == "table"...
README is currently very long, with a lot of words, and maybe a bit too verbose - it could grow even further in the future. We should cut it down,...
An implementation of the sort requires codemod Enabling sort requires functionality will make stylua sort requires in the top level block of a file accordingly. All requires will move to...
StyLua is pretty stable now, with the formatting not changing wildly anymore. We should look to stabilise to something like `v2.0.0` Stabilisation Guarantees: - The formatting output is stable, and...
A common problem that occurs (especially with lots of external contributors to a project) is when the version of the stylua binary installed and the version of the binary used...
We currently build release assets with all flags enabled (both `luau` and `lua52`). At the moment, this is fine, as there is no conflicting syntax between the two. The GitHub...
File paths should be included in the /api/read endpoint (Maybe behind an optional querystring parameter?, eg. `?showPaths=true`) An example use case for this would be in VSCode when using `script`...
Adds support for type environments. Environments can now be configured using `luau-lsp.types.environments` and `luau-lsp.types.environmentGlobs`. You can create an environment name and point it to a definitions file, then assign an...
Would be great if we could provide official support for other editors. Code can be stored in the `editors/` directory. Some editors we could support: - SublimeText - Neovim Happy...