Skip to content

Instantly share code, notes, and snippets.

@zodiacg
Created August 15, 2015 07:45
Show Gist options
  • Save zodiacg/80d3f2e25c63dd690c92 to your computer and use it in GitHub Desktop.
Save zodiacg/80d3f2e25c63dd690c92 to your computer and use it in GitHub Desktop.
Rime直接上屏标点模式
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