Skip to content

Commit

Permalink
😸 Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliming2 committed Mar 9, 2021
1 parent 36966eb commit 1ff11d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.2.0] - 2021-03-09

### Added

- Markdown support: go-template

## [0.1.0] - 2021-01-18

### Added
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Go Template Syntax Highlight Support for VSCode.

![Template](./assets/screenshots/tpl.png)

- Support syntax highlighting for Go Template embedded in Markdown.

![Markdown](./assets/screenshots/markdown.png)

- Support syntax highlighting for Go Template embedded in `HTML`, `JS`, and `CSS` files.

![HTML](./assets/screenshots/html.png)
Expand All @@ -43,4 +47,4 @@ Go Template Syntax Highlight Support for VSCode.

## Release Notes

[Change Log](./CHANGELOG.md)
[Changelog](./CHANGELOG.md)
Binary file added assets/screenshots/markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ff11d6

Please sign in to comment.