Digitalbrainstem / ejs-grammar

EJS Grammar for VSCode
MIT License
76 stars 28 forks source link

Fix outstanding issues to color text correctly. #47

Closed Betanu701 closed 4 years ago

Betanu701 commented 4 years ago

This should fix most of the issues that are out there. Javascript should be correctly targeted now.

A couple known issues that I am working on.

Need to get keyboard shortcuts working again. Especially for commenting out code.

If there is a /* comment block on the same line as an opening tag with no closing tag on the line. It will default to the entire block being commented. This is my way of making things work for now.

Works correctly

<% /* some commented out text */ %>

Does not work (Work around is place /* on next line.

<% /* Some commented out text

more commented out text

*/ 

foo();
%>
Betanu701 commented 4 years ago

Note: Issues still exist within Githubissues.

  • Githubissues is a development platform for aggregating issues.