Skip to content

Commit 149f00a

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents 540f2c6 + 756f5bd commit 149f00a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration/vscode/ada/ada-snippets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"scope": "ada",
3939
"body": [
4040
"case ${1:Variable} is",
41-
"\t$0",
41+
"\twhen ${3:Condition} =>",
42+
"\t\t$0",
43+
"\twhen others =>",
44+
"\t\t$2",
4245
"end case;"
4346
],
4447
"description": "Case Statement"

0 commit comments

Comments
 (0)