jinliming2/vscode-go-template

javascript template params are underlined red

edwvee opened this issue · 2 comments

I use HTML template. I have an embedded JS like:

<script>
var data = {{.Data | noescape}};

So it's underlined red in VS code. Any way to solve it?
Template's extension is html.

I have same problem

I have a similar problem in <style/> as well. Here is the error:

at-rule or selector expectedcss(css-ruleorselectorexpected)