Releases: LorettaDevs/loretta-vscode
Releases · LorettaDevs/loretta-vscode
v0.0.7
Added
- Added support for
ULL
andLL
suffixes for LuaJIT.
Fixed
- Fixed semantic highlighting support for type syntax.
- Fixed typed lua formatting.
- Fixed local variable attributes formatting.
Changed
- Tables are now kept as a single line if their fields do occupy more than one.
- Tables don't have spaces added inside them if they're empty.
- Line breaks are now only added after statements as required.
v0.0.6
Fixed
- Fixed a bug with a
TypeCastException
being thrown when files were edited.
v0.0.5
Added
- Added support for Lua 5.4 variable attributes;
- Added support for Luau (Roblox Lua) typed lua.
v0.0.4
Fixed
- Fixed parameter names not being marked as readonly when they are.
- Fixed implicit
self
parameter not existing on methods. - Fix file-level
arg
parameter being wrongfully added asargs
. - Fix parameters and
for
variables not having their declaration highlighted when the caret is on a reference to them. - Fix implicit variables not being declared as readonly when they don't have a declaration (like
self
).
Added
- Added semantic syntax highlighting support for function names.
- Added "Go To References" support for variables and goto labels.
Changed
- Write log files to temp folder instead of project directory.
v0.0.3
Version bump.
v0.0.2
Update the language server.