Created
August 15, 2015 07:45
-
-
Save zodiacg/80d3f2e25c63dd690c92 to your computer and use it in GitHub Desktop.
Rime直接上屏标点模式
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
punctuator: | |
full_shape: | |
" ": {commit: " "} | |
"!": {commit: "!"} | |
"\"": {pair: ["“", "”"]} | |
"#": "#" | |
"$": "¥" | |
"%": "%" | |
"&": "&" | |
"'": {pair: ["‘", "’"]} | |
"(": "(" | |
")": ")" | |
"*": "×" | |
"+": "+" | |
",": {commit: ","} | |
"-": "-" | |
".": {commit: "。"} | |
"/": "、" | |
":": {commit: ":"} | |
";": {commit: ";"} | |
"<": "《" | |
"=": "=" | |
">": "》" | |
"?": {commit: "?"} | |
"@": "@" | |
"[": "【" | |
"\\": "、" | |
"]": "】" | |
"^": {commit: "……"} | |
"_": "——" | |
"`": "·" | |
"{": "{" | |
"|": "|" | |
"}": "}" | |
"~": "~" | |
half_shape: | |
"!": {commit: "!"} | |
"\"": {pair: ["“", "”"]} #pair表示上引号和下引号是配对出现的。 | |
"#": "#" | |
"$": "¥" | |
"%": "%" | |
"&": "&" | |
"'": {pair: ["‘", "’"]} | |
"(": "(" | |
")": ")" | |
"*": "*" | |
"+": "+" | |
",": {commit: ","} | |
"-": "-" | |
".": {commit: "。"} | |
"/": "、" | |
":": {commit: ":"} | |
";": {commit: ";"} | |
"<": "《" | |
"=": "=" | |
">": "》" | |
"?": {commit: "?"} | |
"@": "@" | |
"[": "【" | |
"\\": "、" | |
"]": "】" | |
"^": {commit: "……"} | |
"_": "——" | |
"`": "·" | |
"{": "{" | |
"|": "|" | |
"}": "}" | |
"~": "~" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment