Support custom start/end delimiters
Opened this issue · 1 comments
RickyGrassmuck commented
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.
wallacepf commented
Same situation here. Following this issue