Skip to content

Commit

Permalink
oops... package.json is not jsonc, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
riotrah committed Mar 31, 2024
1 parent 2957cc9 commit 5e466d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@
},
{
"category": "Calva Paredit",
"command": "calva.selectCurrentForm", // legacy id for backward compat
"command": "calva.selectCurrentForm",
"title": "Select Current Form",
"enablement": "editorLangId == clojure"
},
Expand Down Expand Up @@ -2151,7 +2151,7 @@
"when": "calva:keybindingsEnabled"
},
{
"command": "calva.selectCurrentForm", // legacy id for backward compat
"command": "calva.selectCurrentForm",
"key": "ctrl+alt+c ctrl+s",
"when": "calva:keybindingsEnabled && editorLangId == clojure && editorTextFocus"
},
Expand Down Expand Up @@ -3078,7 +3078,7 @@
},
{
"when": "editorLangId == clojure",
"command": "calva.selectCurrentForm", // legacy id for backward compat
"command": "calva.selectCurrentForm",
"group": "calva/a-structural-editing"
},
{
Expand Down

0 comments on commit 5e466d8

Please sign in to comment.