mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 411 forks source link

support Compatible with treesitter #557

Closed kola-web closed 1 month ago

kola-web commented 1 month ago

After checking the source code, I found that after enabling tresitter html let type = synIDattr(synID(max([pos[1], 1]), max([pos[2], 1]), 1), 'name') The return value of

mattn commented 1 month ago

Please show me your git diff ?

kola-web commented 1 month ago

image in neovim enable treesitter html image in neovim disable treesitter html (TSBufDisable highlight) image

kola-web commented 1 month ago

image I did this temporarily, but the performance dropped a lot after the file exceeded 200 lines