Different colouring for EJS comment syntax

Would it be possible to apply similar styling as to html comments when EJS comment syntaxes are used?

Leaving <%# notes %> is great for leaving important notes that aren't rendered to the client, however, if using them in combination to other SSR elements, they are extremely hard to distinguish from server side inserts!