Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Latest commit

 

History

History
68 lines (38 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

68 lines (38 loc) · 1.63 KB

CHANGELOG

1.0.11 - Bug fixes

  • Adjusted brightness of invisible characters
  • Changed colors of Python's logical operators
  • Changed colors of GFM's lists and links

1.0.10 - Bug fixes

  • Fixed bug with color of functions in Python.

1.0.9 - Bug fixes

  • Fixed bug with const keyword in JavaScript.

1.0.8 - Bug fixes

  • Fixed bug with color of SCSS variables.

1.0.7 - Bug fixes

  • Fixed bug with color of hex color in SCSS.

1.0.6 - Bug fixes

  • Fixed bug with color of key-value separator in SCSS variable declaration.

1.0.5 - Bug fixes

  • Added colors for variables in SCSS.

1.0.4 - Bug fixes

  • Changed color of ID in CSS selectors.
  • Changed colors of SASS variables.

1.0.3 - Bug fixes

  • Fixed bug with italic font in color constant.

1.0.2 - Bug fixes

  • Fixed bug with color of package definition (package a.b.c).

1.0.1 - Bug fixes

  • Decimal point now has color of numeric constant.

1.0.0 - Rework for Atom 1.13

  • Better support for TypeScript.
  • Total rework for Atom 1.13.

0.1.2 - Support for Marko tablemplates

0.1.1 - Better Haskell highlighting

  • Configured bold font and text color for non-Prelude Haskell types in type signatures.

0.1.0 - First Release

  • Every feature added
  • Every bug fixed