jinliming2/vscode-go-template

Support custom start/end delimiters

Opened this issue · 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.

Same situation here. Following this issue