Skip to content

Commit

Permalink
Release version 0.0.6
Browse files Browse the repository at this point in the history
- Expressions inside template strings are now colored distrinctly from the
  surrounding string content.
  • Loading branch information
Rudolf Schlatte committed Jul 11, 2023
1 parent c1e258a commit 1cb473f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 11 additions & 4 deletions abs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

### Added

- Expressions inside template strings are now colored distrinctly from the
surrounding string content.

### Changed

### Removed

### Fixed

## [0.0.6]

### Added

- Expressions inside template strings (delimited by $) now have a different
color than the surrounding string content.

### Fixed

- Strings and template strings are now colored properly. (#5)

## [0.0.5]
Expand Down Expand Up @@ -56,7 +62,8 @@ Released 2023-03-16

- Initial release

[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.0.5
[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.0.6
[0.0.6]: https://github.com/abstools/abs-vs-code/compare/v0.0.6...v0.0.5
[0.0.5]: https://github.com/abstools/abs-vs-code/compare/v0.0.5...v0.0.4
[0.0.4]: https://github.com/abstools/abs-vs-code/compare/v0.0.4...v0.0.3
[0.0.3]: https://github.com/abstools/abs-vs-code/compare/v0.0.3...v0.0.2
Expand Down
4 changes: 4 additions & 0 deletions abs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ file from inside the editor.

## Release Notes

### 0.0.6

- Fix string coloring, highlight expressions inside template strings.

### 0.0.5

- Add initial support for compiling an ABS file.
Expand Down
2 changes: 1 addition & 1 deletion abs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "ABS",
"description": "Support for the Abs language",
"icon": "images/ABS_logo.png",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "abs-models-org",
"author": {
"name": "Rudolf Schlatte"
Expand Down

0 comments on commit 1cb473f

Please sign in to comment.