mattn / emmet-vim

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

emmet vim for react bootstrap can not work together #508

Open laoshaw opened 3 years ago

laoshaw commented 3 years ago

react bootstrap has this format such as Alert.Link, or Form.Group, e.g

<Alert.Link> an example link</Alert.Link>

emmet will of course make it look like <Alert className="Link">an example link</Alert> instead.

are there any chances to make both work together? can I use emmet to do: <Alert.Link className="myAlert">an example link</Alert.Link>?