Releases: jinliming2/vscode-go-template
Releases · jinliming2/vscode-go-template
v0.2.1 🐌
v0.2.0 😸
v0.2.0 (2021-03-09)
- Markdown support: go-template
v0.1.0 🐋
v0.1.0 (2021-01-18)
- Refactor: use semantic API
- Support config for matching file extension / language id (implement using semantic API)
v0.0.3 🐳
v0.0.3 (2020-12-09)
- Fix: syntax error when missing template-ending in go source.
v0.0.2 🐋
v0.0.2 (2020-12-09)
- Support syntax highlighting for Go Template embedded in literal string in Go source file.
- Support syntax highlighting for Go Template files:
*.gtpl
.
v0.0.1 🌻
v0.0.1 (2020-09-09)
- Support syntax highlighting for Go Template files:
*.go.txt
,*.go.tpl
,*.go.tmpl
. - Support syntax highlighting for Go Template embedded in
HTML
,JS
, andCSS
files. - Support syntax highlighting for Go Template embedded in unknown extension files which begin with
{{ /* Go Template */ }}
.