Closed HectorLS closed 4 years ago
Also it happens (It may be related) that when using blocks {}
the syntax breaks and displays it as javascript even after closing the tag with %>
Example:
<% for (project of projects) { %> // This
(...)
See this example:
If you remove the opening block you can see that this fixes:
But I think that this won't work without opening and closing the for n.n'
Same issue here. It wouldn't be much of a problem except it deactivates emmet inside of the brackets, making it really annoying to add any html inside the loop.
Closing due to inactivity
erm... it is fixed?
%>, <%= and <%- are detected as JS operator instead of punctuation marks
And the html tags inside detect the punctuation mark as operators ( greater than etc... ) too