Skip to content

Commit 203ae57

Browse files
committed
Update c2 lang
1 parent ff3de91 commit 203ae57

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

snippets/c2.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,9 @@
6969
"\tcase ${2:low - high}:",
7070
"\t\t${3:/* code */}",
7171
"\t\tbreak;",
72-
"\t${4:default:",
73-
"\t\t${5:/* code */}",
74-
"\t\tbreak;}",
7572
"}"
7673
],
77-
"description": "switch(..) {case.. default:..}"
74+
"description": "switch(..) {case..}"
7875
},
7976
"case": {
8077
"prefix": "case",

0 commit comments

Comments
 (0)