Test 字符: Difference between revisions
Created page with "# Rime's punctuation and symbols # encoding: utf-8 # # Usage: patch your Rime schema to enable /X symbols config_version: '1.6' patch: punctuator/import_preset: symbols recognizer/patterns/punct: '^/([0-9]0?|[A-Za-z]+)$' punctuator: full_shape: ' ' : { commit: ' ' } ',' : { commit: , } '.' : { commit: 。 } '<' : [ 《, 〈, «, ‹, ⟨ ] '>' : [ 》, 〉, », ›, ⟩ ] '/' : [ /, ÷ ] '?' : { commit: ? } ';' : { commit:..." |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> | |||
# Rime's punctuation and symbols | # Rime's punctuation and symbols | ||
# encoding: utf-8 | # encoding: utf-8 | ||
Line 9: | Line 10: | ||
punctuator/import_preset: symbols | punctuator/import_preset: symbols | ||
recognizer/patterns/punct: '^/([0-9]0?|[A-Za-z]+)$' | recognizer/patterns/punct: '^/([0-9]0?|[A-Za-z]+)$' | ||
</pre> | |||
punctuator: | punctuator: |