javascript template params are underlined red
edwvee opened this issue · 2 comments
edwvee commented
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.
adibpwd commented
I have same problem
ngdangtu-vn commented
I have a similar problem in <style/>
as well. Here is the error:
at-rule or selector expectedcss(css-ruleorselectorexpected)