Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hang action around some unstandarized html tags at the begining #7

Closed
ArkadiuszMichalski opened this issue Apr 11, 2016 · 1 comment

Comments

@ArkadiuszMichalski
Copy link
Contributor

Small testcase:

<@include "aaaa">expand hang
expand hang
<div>
expand OK
</div>
expand OK
<@include "aaaa">
expand OK

but if I add one line at the begining then all worsk fine

expand OK
<@include "aaaa">expand OK
expand OK
<div>
expand OK
</div>
expand OK
<@include "aaaa">
expand OK
@eight04
Copy link
Owner

eight04 commented Apr 11, 2016

Fixed in 1.0.1.
eight04/emmet@f1451dc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants