最好能够格式化像这样的代码
<%- include('header')%> <h1> <%=name.toUpperCase() %> </h1> <p>hello, <%= name%> </p> <%- include('footer')%>
学习是最好的投资!
Regular expressionJust replace it yourself
Set the file association configured by vscode user and associate ejs to html.
"files.associations": { "*.ejs": "html" }
soonfy
Regular expression
Just replace it yourself
Set the file association configured by vscode user and associate ejs to html.
soonfy