Open mcandre opened 5 years ago
Same issue brought me here as well. Have you found any solution?
try changing the language to EJS manually. another solution is to add a snippet for EJS tags:
Atom > Snippets
add the following:
'.text.html.ejs':
'EJS Tag':
'prefix': '%'
'body': '<%$1%>'
Enter % and press TAB to auto-complete the closing tag.
This seems to be because the plugin only recognizes the .html.ejs extension automatically. In a tutorial we had been using .ejs only. Is it possible to make the plugin recognize only the .ejs extension as ejs?
Syntax highlighting kind of works, but it stops when I change file content. Then I have to close and reopen the tab each time.