p[title="Hello world"]
expands OK.
p[title='Hello world']
does not...
FIXED: Emmet: support single quotes
Re: Emmet: support single quotes
Emmet.pas has 10+ occurs of " constants. so what I suggest, is replace in the abbrev-var string all ' to " and then keep the old code (result don't need ' quotes).
- Rickard Johansson
- Site Admin
- Posts: 6045
- Joined: 19 Jul 2006 14:29
Re: Emmet: support single quotes
Should work in next release (v14.60). Thanks!