Tag explorer needs Chinese words support
Closed this issue · 2 comments
caihao commented
thomaskoppelaar commented
Hi @caihao ,
I think I've implemented a solution: use \p{L}
rather than \w
for capturing letters.
Fortunately, this means that only a few lines of code need to change (namely the pattern and the flags), and that should suffice.
I'll bundle this into PR #119 , seeing as that also makes changes to the tag pattern(s).