othree / html5.vim

HTML5 omnicomplete and syntax
http://www.vim.org/scripts/script.php?script_id=3236
934 stars 76 forks source link

Custom Tag Indent Problem #91

Closed schumskie closed 6 years ago

schumskie commented 6 years ago

If I have custom tag with name 'input-wrapper' indentation wouldn't work properly because it recognizes 'input' part of 'input-wrapper' tag name as 'input' tag, which is not enclosing. It also wont work with names which starts with 'hr-' or 'br-' for example. May you resolve this?

othree commented 6 years ago

Try latest reversion to see is this issue fixed :)

schumskie commented 6 years ago

It is thanks :)