vscode-go-template icon indicating copy to clipboard operation
vscode-go-template copied to clipboard

Support custom start/end delimiters

Open RickyGrassmuck opened this issue 2 years ago • 1 comments

Go's template package allows setting custom start/end delimiters (ie. [[ range .Address ]] instead of {{ range .Address }} .

Recently started working with a project that utilizes [[ and ]] as it's delimiters and it would be awesome to be able to make use of the syntax highlighting for these templates.

RickyGrassmuck avatar Oct 15 '21 19:10 RickyGrassmuck