othree / html5.vim

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

Allowing for more flexible custom tag names #80

Closed kostacoffee closed 7 years ago

kostacoffee commented 7 years ago

Custom html tags no longer require to have a dash - in them.

Also removed all tag literals since the regex match can take care of those.

81

othree commented 7 years ago

Remove keywords is a bad idea.

  1. SyntaxComplete can use it.
  2. Performance.