zebzhao / indent.js

Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
https://zebzhao.github.io/indent.js/
MIT License
76 stars 8 forks source link

indentHTML not detecting self-closing img tags #3

Closed renatodc closed 7 years ago

renatodc commented 7 years ago

The third master-rule should include self-closing img tags. Otherwise it skips an indentation on the tag. { langs: "html", name: "link|br|input|meta|img", startToken: [/\<(link|br|input|meta|img)/i], endToken: [/>/], advance: true },

zebzhao commented 7 years ago

Thanks. I added hr and img to that rule. #4