Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-merge committed Nov 28, 2023
2 parents 540f2c6 + 756f5bd commit 149f00a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration/vscode/ada/ada-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"scope": "ada",
"body": [
"case ${1:Variable} is",
"\t$0",
"\twhen ${3:Condition} =>",
"\t\t$0",
"\twhen others =>",
"\t\t$2",
"end case;"
],
"description": "Case Statement"
Expand Down

0 comments on commit 149f00a

Please sign in to comment.