-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Original: Digitalbrainstem/ejs-grammar#89
Steps to reproduce:
Used in example image:
<% authorized = authorized ? true : false; %>
<% if (authorized) { %>
<% let originalSelector = selector; %>
<% selector = { type: 'undefined' }; %>
<% selector = originalSelector; %>
<% } %>
<html>
</html>Expected result:
Question
Can be tags:
- contianing no '{' '}' or pair of them marked as single line tags like <br>
- matching <% .* { %> as open tags
- matching <% } %> as close tags
I may be helpfull for closing of parent elements.
Metadata
Metadata
Assignees
Labels
No labels
