Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/forFudan/yuhao
Browse files Browse the repository at this point in the history
  • Loading branch information
forFudan committed Jun 11, 2023
2 parents 7d08643 + c25e0bc commit 703cf35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions beta/schema/yuhao_pinyin.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ translator:
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/

punctuator:
import_preset: symbols
# punctuator:
# import_preset: symbols

key_binder:
import_preset: default
# key_binder:
# import_preset: default

recognizer:
import_preset: default
# import_preset: default
patterns:
# hack: to enable "/fh" style symbols, '/' must be mapped to a [list].
# so those who have customized '/' for direct commit won't be affected by
# this change.
punct: "^/([0-9]+[a-z]*|[a-z]+)$"
punct: "^/([0-9]+[a-z]*|[a-z]+)$"

0 comments on commit 703cf35

Please sign in to comment.