Skip to content

Commit 1cb473f

Browse files
author
Rudolf Schlatte
committed
Release version 0.0.6
- Expressions inside template strings are now colored distrinctly from the surrounding string content.
1 parent c1e258a commit 1cb473f

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

abs/CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff 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

abs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

abs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"

0 commit comments

Comments
 (0)