emmet-vim icon indicating copy to clipboard operation
emmet-vim copied to clipboard

Are button abbreviations included?

Open tserafim opened this issue 7 years ago • 1 comments

Emmet Cheat Sheet shows some button expansions:

button:submit, button:s, btn:s
<button type="submit"></button>

button:reset, button:r, btn:r
<button type="reset"></button>

button:disabled, button:d, btn:d
<button disabled="disabled"></button>

But none of this work for me, as I get the following results:

  <button:submmit></button:submmit>
  <button:s></button:s>
  <btn:s></btn:s>

  <button:reset></button:reset>
  <button:r></button:r>
  <btn:r></btn:r>

  <button:disabled></button:disabled>
  <button:d></button:d>
  <btn:d></btn:d>

Are all examples in the cheat sheet suposed to work? If so, does anyone have any idea about what is going on?

tserafim avatar Jan 21 '19 02:01 tserafim

Yes, previously it was not registered on the cheet sheet. Could you please send me PR?

mattn avatar Jan 21 '19 02:01 mattn