diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-30 10:56:59 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-30 11:22:35 +0100 |
commit | 915530c02029f8bd4444930ed949e14f09afab03 (patch) | |
tree | 6f58b9728386dc5c1709137bc0a250640a7ce572 /README.md | |
parent | 414e5838618123cb00216a7426b898aab88ee45a (diff) |
report spans for errors
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ changes: you had to do this yourself. * An optional `spans` feature has been added to make the tokenizer report the - source code spans for tag names, attribute names and attribute values. + source code spans for parser errors, tag names and attributes. The feature is disabled by default. * The API has been polished, e.g. the internal tokenizer state enums are no |