- Highlight code for go-template not working since the last release.
- Markdown support: go-template
- Refactor: use semantic API
- Support config for matching file extension / language id (implement using semantic API)
- Syntax error when missing template-ending in go source.
- Support syntax highlighting for Go Template embedded in literal string in Go source file.
- Support syntax highlighting for Go Template files:
*.gtpl.
- Support syntax highlighting for Go Template files:
*.go.txt,*.go.tpl,*.go.tmpl. - Support syntax highlighting for Go Template embedded in
HTML,JS, andCSSfiles. - Support syntax highlighting for Go Template embedded in unknown extension files which begin with
{{ /* Go Template */ }}.