trixnz / lua-fmt

lua-fmt is pretty-printer for Lua code
MIT License
189 stars 25 forks source link

Is this abandoned? #40

Open Shoozza opened 5 years ago

nico-abram commented 5 years ago

@trixnz I'd also like to ask the same question regarding https://github.com/trixnz/vscode-lua Thanks for both projects!

tpxxn commented 5 years ago

Automatically deleting the semicolon bug has plagued me for a long time.

qaisjp commented 5 years ago

Automatically deleting the semicolon bug has plagued me for a long time.

Is there an issue for this? I have no idea what you're talking about.

danielpza commented 5 years ago

Is anybody maintaining an updated fork?

tpxxn commented 5 years ago

Automatically deleting the semicolon bug has plagued me for a long time.

Is there an issue for this? I have no idea what you're talking about.

The plugin automatically removes all ';' at the end of a command during automatic formatting. But I need this because the LUA code is compressed and at the end everything is in one line.

theoparis commented 3 years ago

See #42 - im working on an updated version. The tests are broken and there a still a few formatting bugs.