Skip to content

Commit

Permalink
fix(completions): update psc
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Nov 27, 2024
1 parent b1dc694 commit b35992f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 5 additions & 7 deletions completions/psc/language/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,16 +313,16 @@
"name": "symbol",
"symbol": "SpaceTab",
"tip": [
"Set the symbol in the completion tip.(→?↓)\n",
"Set some special symbols(→?↓) in the completion tip.\n",
"They only exist in completions added via `psc add`.\n",
"For detail: https://pscompletions.pages.dev/command/#menu-symbol"
],
"next": [
{
"name": "SpaceTab",
"symbol": "SpaceTab",
"tip": [
"Current Value: {{ $PSCompletions.config.SpaceTab }}\n",
"Setting it will affect all completion item with this type of symbol."
"Current Value: {{ $PSCompletions.config.SpaceTab }}"
],
"next": [
{
Expand All @@ -344,8 +344,7 @@
"name": "WriteSpaceTab",
"symbol": "SpaceTab",
"tip": [
"Current Value: {{ $PSCompletions.config.WriteSpaceTab }}\n",
"Setting it will affect all completion item with this type of symbol."
"Current Value: {{ $PSCompletions.config.WriteSpaceTab }}"
],
"next": [
{
Expand All @@ -367,8 +366,7 @@
"name": "OptionTab",
"symbol": "SpaceTab",
"tip": [
"Current Value: {{ $PSCompletions.config.OptionTab }}\n",
"Setting it will affect all completion item with this type of symbol."
"Current Value: {{ $PSCompletions.config.OptionTab }}"
],
"next": [
{
Expand Down
12 changes: 5 additions & 7 deletions completions/psc/language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,16 @@
"name": "symbol",
"symbol": "SpaceTab",
"tip": [
"设置补全提示中的表情符号(→?↓)\n",
"设置补全提示中的特殊符号(→?↓)\n",
"这些符号只在通过 psc add 添加的补全中存在\n",
"详情: https://pscompletions.pages.dev/command/#menu-symbol"
],
"next": [
{
"name": "SpaceTab",
"symbol": "SpaceTab",
"tip": [
"当前值: {{ $PSCompletions.config.SpaceTab }}\n",
"设置它, 会影响所有的补全提示中的此类型表情符号"
"当前值: {{ $PSCompletions.config.SpaceTab }}"
],
"next": [
{
Expand All @@ -341,8 +341,7 @@
"name": "WriteSpaceTab",
"symbol": "SpaceTab",
"tip": [
"当前值: {{ $PSCompletions.config.WriteSpaceTab }}\n",
"设置它, 会影响所有的补全提示中的此类型表情符号"
"当前值: {{ $PSCompletions.config.WriteSpaceTab }}"
],
"next": [
{
Expand All @@ -363,8 +362,7 @@
"name": "OptionTab",
"symbol": "SpaceTab",
"tip": [
"当前值: {{ $PSCompletions.config.OptionTab }}\n",
"设置它, 会影响所有的补全提示中的此类型表情符号"
"当前值: {{ $PSCompletions.config.OptionTab }}"
],
"next": [
{
Expand Down

0 comments on commit b35992f

Please sign in to comment.