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

Emmet vim does not recognize jade files

Open AleejandroReyna opened this issue 8 years ago • 4 comments

Emmet sintax work with html and haml, but does not work with jade files, ubuntu 15.10

AleejandroReyna avatar Mar 10 '16 20:03 AleejandroReyna

It's not task of emmet. You need to install plugin that can detect jade file.

mattn avatar Mar 11 '16 01:03 mattn

I only speak spanish, maybe I don't a good question.

Emmet snippets work fine with html and haml, but, when I need try to use jade dont work.

I install vim-pug for detect the jade sintax, but, nothing happen.

https://github.com/digitaltoad/vim-pug

AleejandroReyna avatar Mar 11 '16 05:03 AleejandroReyna

And thanks for answer me. ( :

AleejandroReyna avatar Mar 11 '16 05:03 AleejandroReyna

If you set set filetype=jade, emmet may work well. But emmet should not set it. you should find the another plugin for jade which set filetype.

mattn avatar Mar 11 '16 05:03 mattn