I have noticed in vim's HTML mode that it only indents the tags that are noted as being core HTML tags, like body, li, p, etc.
In doing this, it ignores anything not seen as an HTML tag, such as web components and Angular directives. Is there anyway for vim to indent all tags in HTML regardless of whether they are an HTML-specific tag (basically treat HTML like XML)?
No comments:
Post a Comment