msva / lua-htmlparser

An HTML parser for lua.
231 stars 44 forks source link

Allow custom HTML5 tags to include hyphens. #40

Closed hoverbird closed 8 years ago

hoverbird commented 8 years ago

I'm working on a lua project that consumes HTML5 with custom tags like this: `

Content

The parser currently stops at<tw-`, but this small change to the tag pattern fixed it for us. Cheers!