-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Emmet not expanding correctly when there is a colon on syntax #521
Comments
working fine after I installed coc-emmet, maybe it can help your problem |
Sorry but even with coc-emmet is not working, I don't know if I need some extra configuration but as I use nvim-lsp and treesitter, there might be some incompatibility issues. Thanks anyways. |
I am having the same issue as well. I haven't tried installing coc-emmet yet but I would expect the base emmet to support this in vim. |
@aldimhr I attempted using coc-emmet too and this didn't seem to work for me either I end up getting just |
I tried this on a nvim fresh install and it's the same. Tried with vim plug and Packer. |
@efierros @SpazJibo Here is my vimrc https://gist.github.com/aldimhr/30a070570889a8215589fadee29baa1b Appreciate, if there is any other information so that I can help with this issues |
@aldimhr HI, thanks for your help, but even with your configuration I can't make emmet work properly. I don't know if it might be the version, I'm using nvim v0.6.1 |
I'm having the same issue, vim 9.0.1050. Entering But expanding it produces this: The expected expansion should be |
It looks like this issue was fixed in PR #474 by @petter in 2020, but @mattn hasn't merged it. I just changed my
Thanks @petter, and thanks to @mattn for making |
When I do:
.x:scol-12
The expect behavior and the result in SublimeText and VS Code is
<div class="x:scol-12"></div>
But in emmet-vim the result is:
<div class="x"></div>
Is there a config fix for this?
The text was updated successfully, but these errors were encountered: