You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know HTML tags spanning multiple lines are valid. For example,
```
<div class="averylongclass"
id="averylongid">
foo
</div>
```
is valid HTML.
Currently, only single line HTML tags are highlighted, while multiline tags are not. This PR highlights embedded multiline tags.
0 commit comments