File tree Expand file tree Collapse file tree 3 files changed +38
-3
lines changed Expand file tree Collapse file tree 3 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 11CSScheme Changelog
22==================
33
4+ v1.3.0 (2016-06-23)
5+ -------------------
6+
7+ - Prevent ` sass ` executable from building caches. They were put in weird places
8+ and generally annoying.
9+ - Syntax highlighting changes to CSScheme and SCSScheme
10+ * Multiple scopes have been changed to follow (yet-to-be-specified)
11+ conventions
12+ * Highlighting of all scope selector operators has been added
13+ * Other minor tweaks
14+ - Allow backslash-escaping of any character, specifically for SASS
15+ compatibility with selector operators and scope-segments starting with
16+ numbers (#11 )
17+ - Support for the old ` '-' ` escape sequence has been removed
18+ - ` .hidden-tmTheme ` files can now also be converted to ` .csscheme `
19+ - Added a build system for tmTheme-to-CSScheme conversion
20+
21+
422v1.2.0 (2015-08-28)
523-------------------
624
@@ -70,7 +88,7 @@ v0.3.0 (2014-03-08)
7088v0.2.1 (2014-03-01)
7189-------------------
7290
73- - Added "foreground" to allowed style list properties (.g. "bracketsOptions")
91+ - Added "foreground" to allowed style list properties (e .g. "bracketsOptions")
7492
7593
7694v0.2.0 (2014-02-24)
@@ -85,7 +103,7 @@ v0.2.0 (2014-02-24)
85103v0.1.1 (2014-02-24)
86104-------------------
87105
88- - Removed ` $ ` form the SCSS word separator list
106+ - Removed ` $ ` from the SCSS word separator list
89107
90108
91109v0.1.0 (2014-02-22)
Original file line number Diff line number Diff line change 55 "1.0.0" : " messages/1.0.0.md" ,
66 "1.1.0" : " messages/1.1.0.md" ,
77 "1.1.1" : " messages/1.1.1.md" ,
8- "1.2.0" : " messages/1.2.0.md"
8+ "1.2.0" : " messages/1.2.0.md" ,
9+ "1.3.0" : " messages/1.3.0.md"
910}
Original file line number Diff line number Diff line change 1+ v1.3.0 (2016-06-23)
2+ -------------------
3+
4+ - Prevent ` sass ` executable from building caches. They were put in weird places
5+ and generally annoying.
6+ - Syntax highlighting changes to CSScheme and SCSScheme
7+ * Multiple scopes have been changed to follow (yet-to-be-specified)
8+ conventions
9+ * Highlighting of all scope selector operators has been added
10+ * Other minor tweaks
11+ - Allow backslash-escaping of any character, specifically for SASS
12+ compatibility with selector operators and scope-segments starting with
13+ numbers (#11 )
14+ - Support for the old ` '-' ` escape sequence has been removed
15+ - ` .hidden-tmTheme ` files can now also be converted to ` .csscheme `
16+ - Added a build system for tmTheme-to-CSScheme conversion
You can’t perform that action at this time.
0 commit comments