Skip to content

Commit

Permalink
Merge pull request #18 from kimitrois/fortrime
Browse files Browse the repository at this point in the history
  • Loading branch information
forFudan authored Jun 11, 2023
2 parents 7e50e51 + 7fddeb3 commit c25e0bc
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 c25e0bc

Please sign in to comment.