All notable changes to the "kubu-theme" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release.
- Changed README to no longer contain the default text.
- Added titlebar styling for windows users.
- Fixed bugs in c++ coloring and boolean constant colors.
- Fixed version naming.
- Fixed overloaded operator pointer access arrow color bug.
- Added proper Haskell syntax highlighting support.
- Fixed overloaded operator pointer access arrow color bug.
- Overhauled CSS syntax highlighting.
- Added syntax highlighting for interfaces.
- Added syntax highlighting for escape sequences in strings.
- Fixed Python booleans (& language constants) not appearing as normal boolean color.
- Fixed Python format string 'f' appearing blue.
- Added syntax highlighting for js/ts 'undefined' & 'null' constants;
- Added syntax highlighting for js/ts decorators.
- Added syntax highlighting for Angular Language Service.
- Added VS code icon
- Overhauled readme page with full Kubu logo.
- Added basic Rust syntax highlighting.
- Added support for Rust syntax highlighting extension:
dustypomerleau.rust-syntax
.
- Added support for Prolog syntax highlighting extension:
arthurwang.vsc-prolog
. - Added syntax highlighting for
editorBracketHighlight
levels. - Fixed several issues with initial syntax highlighting for Haskell with
justusadam.language-haskell
.
- Fixed broken badges on README.
- Added syntax highlighting support for C# via
ms-dotnettools.csharp
.
- Fixed minor issues with C++ syntax highlighting,
- dded syntax highlighting support for Coq via
ruoz.coq
.