Closed n-wagner closed 4 years ago
this is a limitation of the syntax highlighter.
Simply use <div id="{{ myId }}"
Just to be clear, the quoting won't solve the issue of the syntax highlighting as of present. Was also wondering if this is a limitation of this given plugin, or a deeper one like some VS Code issue? Thanks!
Same route cause as #59 I think. An issue with vscode.
Syntax doesn't seem to highlight if you're doing something like the below.
Equivalently the control flow operators can be moved outside the tags and the highlighting will work, but this requires duplicating the tag.
Setting an attribute doesn't have an equivalent as far as I am aware. Probably should allow it to be enclosed in strings too like the below as per this.