- Fixed bug with
const
keyword in JavaScript
- Fixed bug with color of SCSS variables.
- Fixed bug with color of hex color in SCSS.
- Fixed bug with color of key-value separator in SCSS variable declaration.
- Added colors for variables in SCSS.
- Changed color of ID in CSS selectors.
- Changed colors of SASS variables.
- Fixed bug with italic font in color constant.
- Fixed bug with color of package definition (
package a.b.c
).
- 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
- Atom package for the Marko templating engine contains default stylesheet, but in some places it's wrong. So this patch contains better configuration of that stylesheet.
- Added highlighting for HTML's DOCTYPE.
- Configured bold font and text color for non-Prelude Haskell types in type signatures.
- Every feature added
- Every bug fixed