askonomm / htmt

A templating language with native AOT support for .NET projects.
5 stars 0 forks source link

Replace `href` attribute parser with a generic value attribute parser #2

Closed askonomm closed 1 week ago

askonomm commented 1 week ago

There are a megaton amount of attributes out there, so to create a parser for all of them would make very little sense. Instead I think the best approach is to create a generic value attribute parser which can be the last in the parsers array so it runs on all remaining attributes that the previous parsers haven't worked on yet.