tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

props without quotes breaks formatting and highlighting #22

Closed russelgal closed 5 years ago

russelgal commented 5 years ago

image image

<form on:submit={e => User.login(e, router)}>
<label>
    email
    <input name="email" type="email" value="user@example.com"/>
</label>
<label>
    password
    <input name="password" type="password" value="secretPassword"/>
</label>
<input type="submit" value="Login"/>
</form>
nightwolfz commented 5 years ago

image

Would be nice to get this working....

tomblachut commented 5 years ago

@nightwolfz PRs are welcome...

For the time being please wrap expressions in quotes