Skip to content

Latest commit

 

History

History
166 lines (125 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

166 lines (125 loc) · 2.94 KB

Change Log

v1.1.27

  • Fix var keyword and types in some special contexts in C# razor.
  • Fix TypeScript template expressions.
  • Fix some keywords in PHP (namespace, use, new and possibly others).
  • Use special highlighting for functions like echo in PHP.

v1.1.26

  • Fix latex keywords, operators and character constants.
  • Fix rust bool literals.

v1.1.25

  • Fix rust macro_rules keyword.
  • Fix toml arrays.

v1.1.24

  • Fix rust self keywords.

v1.1.23

  • Support minecraft commands.
  • Support EBNF.
  • Better javascript support.
  • Better haskell support.
  • Better prolog support.
  • Better TypeScript support.
  • Better TOML support.
  • Better VHDL support.
  • Better shell support.
  • Better XML (SVG) support.

v1.1.22

  • Better razor support.

v1.1.21

  • Fix css at-keywords.

v1.1.20

  • Better tsx support
  • Better haskell support

v1.1.19

  • Better Go support

v1.1.18

  • Better AWK support.

v1.1.17

  • Fix keywords in javascript and typescript
  • Fix deried class in php
  • Fix attributes in php
  • Add support to twig
  • Highlight $ in php

v1.1.16

  • Add kumuhana variant, slightly different version of the cyan variant.

v1.1.15

  • C++: update support
  • CMake: update support

v1.1.14

  • Zig: fix struct, enum and union keywords coloring.

v1.1.13

  • Zig: fix keyword constants

v1.1.12

  • Beter zig support

v1.1.11

  • Java: fix color of the keyword super

v1.1.10

  • Better SQL support

v1.1.9

  • Better PHP support

v1.1.8

  • Fix C
  • Improve shell support

v1.1.7

  • Fix rust doc comments
  • Better Java support

v1.1.6

  • Fix C++

v1.1.5

  • Fix C#
  • Better doc comments

v1.1.2

  • Better bython syntax highlighting
  • Better C# syntax highlighting

v1.1.1

  • Improve python syntax highlighting

v1.1.0

  • Improve markdown

v1.0.4

  • Specify terminal colors
  • Fix this coloring

v1.0.0

  • Add cyan and magenta theme variations

v0.2.2

  • better cmake support
  • properties and methods now have different color
  • this is highligted in C++

v0.2.1

  • Better vhdl support
  • Better brainfuck support

v0.2.0

  • Update deprecated fields
  • Fix status bar color for no folder
  • Macro parameters now have same color as other parameters
  • Proper macro colors in C
  • Better doc comments in rust
  • Better generic comment support
  • Better generic string literal support
  • Better generic literals
  • Fixed css color literals
  • Macro variable types now have the type color
  • Better type coloring in rust macros
  • Properly highlight css variables

v0.1.10

  • consistant primitive types
  • better js/ts support

v0.1.9

  • fix some incorrect colors in editor

v0.1.8

  • better VHDL support

v0.1.7

  • better latex support

v0.1.6

  • fix issue where variables had the same color as macros

v0.1.5

  • better shell support

v0.1.4

  • better asm support

v0.1.3

  • rust attribute highlighting

v0.1.2

  • improved rust support
  • toml support
  • change language constant color to be same as numeric constant

v0.1.0

  • Initial release