mattn / emmet-vim

emmet for vim: http://emmet.io/

Home Page:http://mattn.github.io/emmet-vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emmet vim for react bootstrap can not work together

laoshaw opened this issue · comments

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>?