Skip to content

Commit

Permalink
release v0.0.2 🐋
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliming2 committed Dec 9, 2020
1 parent 9c9be05 commit 21f0522
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Change Log

## [Unreleased]

## [0.0.2] - 2020-12-09
### Added
- Support syntax highlighting for Go Template embedded in literal string in Go source file.
- Support syntax highlighting for Go Template files: `*.gtpl`.

## [0.0.1] - 2020-09-09
### Added
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Go Template Syntax Highlight Support for VSCode.

## Features

- Support syntax highlighting for Go Template files: `*.go.txt`, `*.go.tpl`, `*.go.tmpl`.
- Support syntax highlighting for Go Template files: `*.go.txt`, `*.go.tpl`, `*.go.tmpl`, `*.gtpl`.

![HTML File](./assets/screenshots/tpl.png)
- Support syntax highlighting for Go Template embedded in `HTML`, `JS`, and `CSS` files.
Expand All @@ -31,6 +31,11 @@ Go Template Syntax Highlight Support for VSCode.

## Release Notes

## [0.0.2] - 2020-12-09
### Added
- Support syntax highlighting for Go Template embedded in literal string in Go source file.
- Support syntax highlighting for Go Template files: `*.gtpl`.

### 0.0.1 (2020-09-09)

- Support syntax highlighting for Go Template files: `*.go.txt`, `*.go.tpl`, `*.go.tmpl`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-go-template",
"displayName": "Go Template Support",
"description": "Syntax highlight support for Go text/template and html/template",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "jinliming2",
"license": "MIT",
"homepage": "https://github.com/jinliming2/vscode-go-template",
Expand Down

0 comments on commit 21f0522

Please sign in to comment.