From 0ffa96870f7bfe594807adf92430c11a71f1c3fb Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 25 Nov 2019 14:23:50 +0000 Subject: +snippets --- doom.d/snippets/csharp-mode/foreach | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doom.d/snippets/csharp-mode/foreach (limited to 'doom.d/snippets/csharp-mode/foreach') diff --git a/doom.d/snippets/csharp-mode/foreach b/doom.d/snippets/csharp-mode/foreach new file mode 100644 index 0000000..220fcd9 --- /dev/null +++ b/doom.d/snippets/csharp-mode/foreach @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Foreach loop +# key: foreach +# condition: t +# -- +foreach (${1:var} ${2:i} in ${3:collection}) +{ + $0 +} -- cgit v1.2.3-13-gbd6f