Skip to content

Commit

Permalink
Merge pull request #1101 from escwxyz/patch-1
Browse files Browse the repository at this point in the history
fix(snippets): case statement should end with `esac`
  • Loading branch information
skovhus authored Feb 6, 2024
2 parents 993fe4b + f790b35 commit ac846be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export const SNIPPETS: BashCompletionItem[] = [
'\t*)',
'\t\t${4:command ...}',
'\t\t;;',
'end',
'esac',
].join('\n'),
},
{
Expand Down

0 comments on commit ac846be

Please sign in to comment.