-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare 1.3.0 release (and changelog)
- Loading branch information
1 parent
f5503cc
commit f873853
Showing
3 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
v1.3.0 (2016-06-23) | ||
------------------- | ||
|
||
- Prevent `sass` executable from building caches. They were put in weird places | ||
and generally annoying. | ||
- Syntax highlighting changes to CSScheme and SCSScheme | ||
* Multiple scopes have been changed to follow (yet-to-be-specified) | ||
conventions | ||
* Highlighting of all scope selector operators has been added | ||
* Other minor tweaks | ||
- Allow backslash-escaping of any character, specifically for SASS | ||
compatibility with selector operators and scope-segments starting with | ||
numbers (#11) | ||
- Support for the old `'-'` escape sequence has been removed | ||
- `.hidden-tmTheme` files can now also be converted to `.csscheme` | ||
- Added a build system for tmTheme-to-CSScheme conversion |