mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-29 23:26:48 +00:00
多种tag不进行声调变化
This commit is contained in:
@@ -478,11 +478,11 @@ function ZH.func(input, env)
|
||||
genuine_cand.preedit = table.concat(input_parts)
|
||||
end
|
||||
::after_preedit::
|
||||
apply_tone_preedit(env, genuine_cand)
|
||||
if should_skip_candidate_comment then
|
||||
yield(genuine_cand)
|
||||
goto continue
|
||||
end
|
||||
apply_tone_preedit(env, genuine_cand)
|
||||
-- 进入注释处理阶段
|
||||
-- ① 辅助码注释或者声调注释
|
||||
if is_comment_hint then
|
||||
|
||||
Reference in New Issue
Block a user