Skip to content

Releases: pnx/kodex-vscode

Version 0.4.1

15 Sep 12:55
@pnx pnx
Compare
Choose a tag to compare

Added

  • PHP: Added highlight of <?php and ?> tags.
  • PHP: Added highlight of traits.

Version 0.4.0

11 Jun 21:32
@pnx pnx
Compare
Choose a tag to compare

Changed

  • Refactor of all token scopes. trying to first style generic ones like "keyword", "type" and then
    override for specific languages if needed. This results in more consistent theming across languages.

  • Variables are now properly highlighted in most cases (as a result of the refactoring).

Version 0.3.6

09 Jun 15:08
@pnx pnx
Compare
Choose a tag to compare

Changed

  • Better highlight for operator tokens.
  • Better highlight for some storage type tokens.

Version 0.3.5

28 May 11:14
@pnx pnx
Compare
Choose a tag to compare

Changed

  • Better support for "interface" tokens.

Version 0.3.4

25 May 18:09
@pnx pnx
Compare
Choose a tag to compare

Changed

  • Better support for "keys" tokens.
  • Better support for "function" tokens.

Version 0.3.3

24 Feb 19:31
@pnx pnx
Compare
Choose a tag to compare

Added

  • Support for lua.

Version 0.3.2

20 Feb 10:56
@pnx pnx
Compare
Choose a tag to compare

Added

  • PHP: Added interface keyword
  • Go: Added map keyword
  • Added "Operator" syntax class. (default text color)

Version 0.3.1

12 Feb 20:54
@pnx pnx
Compare
Choose a tag to compare

Changed

  • Fix red color for Kodex Arctic

Version 0.3.0

12 Feb 20:35
@pnx pnx
Compare
Choose a tag to compare

Added

  • New variant of the theme: Kodex Arctic!

Version 0.2.6

01 Feb 21:20
@pnx pnx
Compare
Choose a tag to compare

Added

  • Go: syntax highlighting for chan keyword
  • Go: syntax highlighting for builtin functions.