You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: