fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.63k stars 262 forks source link

Fail to rename element with more than one hyphen #1214

Closed yejianfengblue closed 2 years ago

yejianfengblue commented 2 years ago

good case

<a-b></a-b>

rename with input asdf, work as expected

<asdf></asdf>

bad case

<a-b-c-d-e-f-g></a-b-c-d-e-f-g>

rename with input asdf, become

<asdf-c-d-e-f-g></asdf-c-d-e-f-g>
UwUnyaa commented 2 years ago

I can confirm this is a pretty annoying issue when working with .vue files, and I assume web components as well.

fxbois commented 2 years ago

fixed with last commit