File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88
99### Added
1010
11- - Expressions inside template strings are now colored distrinctly from the
12- surrounding string content.
13-
1411### Changed
1512
1613### Removed
1714
1815### Fixed
1916
17+ ## [ 0.0.6]
18+
19+ ### Added
20+
21+ - Expressions inside template strings (delimited by $) now have a different
22+ color than the surrounding string content.
23+
24+ ### Fixed
25+
2026- Strings and template strings are now colored properly. (#5 )
2127
2228## [ 0.0.5]
@@ -56,7 +62,8 @@ Released 2023-03-16
5662
5763- Initial release
5864
59- [ Unreleased ] : https://github.com/abstools/abs-vs-code/compare/HEAD...v0.0.5
65+ [ Unreleased ] : https://github.com/abstools/abs-vs-code/compare/HEAD...v0.0.6
66+ [ 0.0.6 ] : https://github.com/abstools/abs-vs-code/compare/v0.0.6...v0.0.5
6067[ 0.0.5 ] : https://github.com/abstools/abs-vs-code/compare/v0.0.5...v0.0.4
6168[ 0.0.4 ] : https://github.com/abstools/abs-vs-code/compare/v0.0.4...v0.0.3
6269[ 0.0.3 ] : https://github.com/abstools/abs-vs-code/compare/v0.0.3...v0.0.2
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ file from inside the editor.
1010
1111## Release Notes
1212
13+ ### 0.0.6
14+
15+ - Fix string coloring, highlight expressions inside template strings.
16+
1317### 0.0.5
1418
1519- Add initial support for compiling an ABS file.
Original file line number Diff line number Diff line change 33 "displayName" : " ABS" ,
44 "description" : " Support for the Abs language" ,
55 "icon" : " images/ABS_logo.png" ,
6- "version" : " 0.0.5 " ,
6+ "version" : " 0.0.6 " ,
77 "publisher" : " abs-models-org" ,
88 "author" : {
99 "name" : " Rudolf Schlatte"
You can’t perform that action at this time.
0 commit comments