casualjim/vscode-gotemplate

template code in class list doesn't color correctly

agentabstract opened this issue · 0 comments

<div class="{{if eq $.Order "type"}}text-dark{{else}}text-black-50{{end}}">Type</div>

With this example above, the brackets in the start of the if statement are seen as plain text, and the brackets at the end of the if statement are seen as an error in red.