Matthew Nicholson

Results 3 issues of Matthew Nicholson

Previously pressing `;` or `,` without having previously executed a char movement (`f`, `F`, `t`, etc) would cause a panic. This change fixes that.

Attribute values should be escaped when generating HTML. These values can contain embedded quotes, which would break the generated HTML code or at worst allow for XSS attacks. Note, the...

When jumping to a definition, updating the tag stack would be a useful feature. This allows navigating between definitions independently of other code navigation (`ctrl-o`/`ctrl-i` based jumping). Popping the stack...