Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

55 lines (36 loc) · 2.11 KB

Changelog

All notable changes to this project will be documented in this file.

[1.3.0] - 2020-09-02

  • Improvements to foreground colors(#18)
    • Input foreground colors
    • Icon foreground color
    • editor widget foreground color
  • Improvements to Typescript syntax highlighting(#17)
  • Enable semantic syntax highlighting(#15)

[1.2.0] - 2020-04-09

  • Fix command palette syntax highlighting after VSCode 1.44 update(#14)
  • Fix default scope getting overwritten for some punctiation types(#13)
  • Add syntax highlighting for YARD docs(#12)
  • Custom color for rust-analyzer inlay hint(#11)
  • Syntax coloring to inheritance symbol(#10)

[1.1.0] - 2020-02-01

  • Changed syntax coloring for inherited classes(#7)
  • Improvements to Javascript syntax highlighting(#6)
  • Improvements to Rust syntax highlighting(#5)

[1.0.5] - 2020-01-13

  • Added default color for embedded content in CoffeeScript(#2).
  • Improvements for Haskell syntax highlighting(#1).

[1.0.4] - 2019-03-08

  • Changed the extension icon

[1.0.3] - 2018-12-09

  • Syntax coloring improvements for Elixir
    • Embedded variable color(source.elixir.embedded)
    • Module color(variable.other.constant.elixir)
    • Symbol color(constant.other.symbol)

[1.0.2] - 2018-11-29

  • Changed syntax coloring for support.function

[1.0.1] - 2018-11-29

  • Fixed the icon path
  • Added VS Marketplace badges

[1.0.0] - 2018-11-29

  • Initial release 🎉