Skip to content

Commit 5e466d8

Browse files
committed
oops... package.json is not jsonc, remove comments
1 parent 2957cc9 commit 5e466d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@
15631563
},
15641564
{
15651565
"category": "Calva Paredit",
1566-
"command": "calva.selectCurrentForm", // legacy id for backward compat
1566+
"command": "calva.selectCurrentForm",
15671567
"title": "Select Current Form",
15681568
"enablement": "editorLangId == clojure"
15691569
},
@@ -2151,7 +2151,7 @@
21512151
"when": "calva:keybindingsEnabled"
21522152
},
21532153
{
2154-
"command": "calva.selectCurrentForm", // legacy id for backward compat
2154+
"command": "calva.selectCurrentForm",
21552155
"key": "ctrl+alt+c ctrl+s",
21562156
"when": "calva:keybindingsEnabled && editorLangId == clojure && editorTextFocus"
21572157
},
@@ -3078,7 +3078,7 @@
30783078
},
30793079
{
30803080
"when": "editorLangId == clojure",
3081-
"command": "calva.selectCurrentForm", // legacy id for backward compat
3081+
"command": "calva.selectCurrentForm",
30823082
"group": "calva/a-structural-editing"
30833083
},
30843084
{

0 commit comments

Comments
 (0)