Skip to content

Commit

Permalink
snippet(csharp): add foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
externalxdpro committed Sep 8, 2022
1 parent f957f8d commit 03a62fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions csharp-mode/foreach
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: foreach
# key: foreach
# uuid: foreach
# --
foreach (${1:var} ${2:item} in ${3:collection})
{
$0
}

0 comments on commit 03a62fe

Please sign in to comment.