Skip to content

Commit 49317e5

Browse files
committed
Fix broken JSON and add "description" field.
1 parent d7c1849 commit 49317e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

snippets/base.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@
8484
"\t${3:FIRST_ENUM} = \"some_value\"",
8585
"\t${4:SECOND_ENUM} = \"some_other_value\"",
8686
"\t$0"
87-
]
88-
}
87+
],
88+
"description": "Code snippet for enum definition."
89+
},
8990
"if": {
9091
"prefix": "if",
9192
"body": "if ${1:condition}:\n\t${2:pass}$0",

0 commit comments

Comments
 (0)