Skip to content

Releases: jinliming2/vscode-go-template

v0.2.1 🐌

15 Mar 06:48
1ddab7c
Compare
Choose a tag to compare

v0.2.1 (2021-03-15)

  • Fixed: Highlight code for go-template not working since the last release.

v0.2.0 😸

09 Mar 03:47
1ff11d6
Compare
Choose a tag to compare

v0.2.0 (2021-03-09)

  • Markdown support: go-template

v0.1.0 🐋

18 Jan 08:40
b9e6d53
Compare
Choose a tag to compare

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 🐳

09 Dec 08:43
b75d40f
Compare
Choose a tag to compare

v0.0.3 (2020-12-09)

  • Fix: syntax error when missing template-ending in go source.

v0.0.2 🐋

09 Dec 08:42
21f0522
Compare
Choose a tag to compare

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 🌻

09 Sep 15:56
6a46921
Compare
Choose a tag to compare

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, and CSS files.
  • Support syntax highlighting for Go Template embedded in unknown extension files which begin with {{ /* Go Template */ }}.