Skip to content

Commit

Permalink
feat(completions): update psc
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Nov 27, 2024
1 parent 3720d27 commit d07c2ad
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions completions/psc/language/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"name": "symbol",
"symbol": "SpaceTab",
"tip": [
"Set the symbol in the completion tip.(😄🤔😎)\n",
"Set the symbol in the completion tip.(→?↓)\n",
"For detail: https://pscompletions.pages.dev/command/#menu-symbol"
],
"next": [
Expand All @@ -326,8 +326,8 @@
],
"next": [
{
"name": "😄",
"tip": "Set to 😄 (Default)"
"name": "",
"tip": "Set to (Default)"
},
{
"name": "\"\"",
Expand All @@ -349,8 +349,8 @@
],
"next": [
{
"name": "😎",
"tip": "Set to 😎 (Default)"
"name": "",
"tip": "Set to (Default)"
},
{
"name": "\"\"",
Expand All @@ -372,8 +372,8 @@
],
"next": [
{
"name": "🤔",
"tip": "Set to 🤔 (Default)"
"name": "?",
"tip": "Set to ? (Default)"
},
{
"name": "\"\"",
Expand Down Expand Up @@ -1284,9 +1284,9 @@
"name": "symbol",
"tip": [
"Reset symbols to default values.\n",
"SpaceTab => 😄\n",
"WriteSpaceTab => 😎\n",
"OptionTab => 🤔"
"SpaceTab => \n",
"WriteSpaceTab => \n",
"OptionTab => ?"
]
},
{
Expand Down Expand Up @@ -1764,9 +1764,9 @@
],
"symbol": {
"example": [
"E: psc menu symbol SpaceTab 😄\n",
" psc menu symbol OptionTab 🤔\n",
" psc menu symbol WriteSpaceTab 😎"
"E: psc menu symbol SpaceTab \n",
" psc menu symbol OptionTab ?\n",
" psc menu symbol WriteSpaceTab "
],
"err": {
"max": [
Expand Down Expand Up @@ -1821,7 +1821,7 @@
"reset": {
"example": [
"E: psc reset * --- Reset PSCompletions module\n",
" psc reset menu symbol --- Reset all symbols(😄🤔😎)\n",
" psc reset menu symbol --- Reset all symbols(→?↓)\n",
" psc reset alias psc --- Reset psc alias\n",
" psc reset completion psc --- Reset(Remove) this special configuration(language) of psc\n"
],
Expand Down
28 changes: 14 additions & 14 deletions completions/psc/language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
"name": "symbol",
"symbol": "SpaceTab",
"tip": [
"设置补全提示中的表情符号(😄🤔😎)\n",
"设置补全提示中的表情符号(→?↓)\n",
"详情: https://pscompletions.pages.dev/command/#menu-symbol"
],
"next": [
Expand All @@ -324,8 +324,8 @@
],
"next": [
{
"name": "😄",
"tip": "设置为 😄 (默认值)"
"name": "",
"tip": "设置为 (默认值)"
},
{
"name": "\"\"",
Expand All @@ -346,8 +346,8 @@
],
"next": [
{
"name": "😎",
"tip": "设置为 😎 (默认值)"
"name": "",
"tip": "设置为 (默认值)"
},
{
"name": "\"\"",
Expand All @@ -368,8 +368,8 @@
],
"next": [
{
"name": "🤔",
"tip": "设置为 🤔 (默认值)"
"name": "?",
"tip": "设置为 ? (默认值)"
},
{
"name": "\"\"",
Expand Down Expand Up @@ -1284,9 +1284,9 @@
"name": "symbol",
"tip": [
"重置符号为默认值\n",
"SpaceTab => 😄\n",
"WriteSpaceTab => 😎\n",
"OptionTab => 🤔"
"SpaceTab => \n",
"WriteSpaceTab => \n",
"OptionTab => ?"
]
},
{
Expand Down Expand Up @@ -1763,9 +1763,9 @@
],
"symbol": {
"example": [
"E: psc menu symbol SpaceTab 😄\n",
" psc menu symbol OptionTab 🤔\n",
" psc menu symbol WriteSpaceTab 😎"
"E: psc menu symbol SpaceTab \n",
" psc menu symbol OptionTab ?\n",
" psc menu symbol WriteSpaceTab "
],
"err": {
"max": [
Expand Down Expand Up @@ -1820,7 +1820,7 @@
"reset": {
"example": [
"E: psc reset * --- 重置所有配置\n",
" psc reset menu symbol --- 重置所有符号配置(😄🤔😎)\n",
" psc reset menu symbol --- 重置所有符号配置(→?↓)\n",
" psc reset alias psc --- 将 psc 恢复为默认补全名\n",
" psc reset completion psc --- 重置(移除) psc 的特殊配置\n"
],
Expand Down

0 comments on commit d07c2ad

Please sign in to comment.