Open christoomey opened 10 years ago
Within html, I want erbe to expand to <%= code %> but it doesn't when inside html, e.g.
erbe
<%= code %>
<ul> <li>erbe|</li> </ul>
with the cursor being where the pipe is. Works fine if I have whitespace before the word.
Within html, I want
erbe
to expand to<%= code %>
but it doesn't when inside html, e.g.with the cursor being where the pipe is. Works fine if I have whitespace before the word.