samholmes / EJS.tmLanguage

An EJS syntax definition specifically for sublime text
48 stars 28 forks source link

When I use <% %> brackets it disables html completions. #17

Closed flatoy closed 6 years ago

flatoy commented 7 years ago

As you can see in the picture it seems that the <% %> -brackets are disturbed by the <p></p>

screen shot 2016-10-13 at 21 34 47

Do you know how to fix this? Cos I really love the html completions 👍

samholmes commented 6 years ago

Looks like the issue is that the if condition is causing scope to remain in scope.js. Not sure why.

samholmes commented 6 years ago

Duplicate of #16 and #14