fix(tokenizer): keep unparsed Yomitan tokens hoverable (#145)

This commit is contained in:
2026-07-07 02:01:04 -07:00
committed by GitHub
parent ad1d240f20
commit e7739de51c
4 changed files with 101 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Fixed subtitle text that Yomitan's parser cannot match (e.g. the truncated volitional in とこ戻ろ…) being rendered as plain, non-interactive text: it was invisible to hover/lookup and excluded from the n+1 word count, which could wrongly mark a sentence as n+1. Unparsed runs are now kept as hoverable tokens matching Yomitan's own segmentation; bracketed SFX/speaker captions and punctuation-only runs are still skipped.