All notable changes to the "lotus" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Improved syntax highlighting for Rust language
- Remove support for custom components is vue, due to lack of correct semantic tokens the new extension version, to enable syntax highlighting for Vue, use the version 1.8.27 of vue extension
- Fixed broken syntax highlighting in all clases to cyan, now every kind of class has it's own color
- Added better dupport of sytax highlighting for GDScript
- Added support for gdscript language (it still needs some work)
- Fixed Component syntax highlighting for Vue Extension version 2.0.X
- Added color to type definitions in typescript
- Added color to constants, this specifically to solve an issue with built-in constants
in Python, like
TrueandFalse, etc. - Added bracket colorization by default, for light and dark mode
- Improved syntax highlighting for C# in dark and white mode
- Improvements of colors for better readability in white mode
- Syntax highlighting for
selfandclswith Python Language Server (Jedi)
- Hover text link now are pinky
- Add background highlight to menu item hover
- Colors of the components parameters (Like React and Blazor)