aboutsummaryrefslogtreecommitdiff
path: root/doom.d/snippets/csharp-mode/params
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/snippets/csharp-mode/params')
-rw-r--r--doom.d/snippets/csharp-mode/params6
1 files changed, 6 insertions, 0 deletions
diff --git a/doom.d/snippets/csharp-mode/params b/doom.d/snippets/csharp-mode/params
new file mode 100644
index 0000000..b781710
--- /dev/null
+++ b/doom.d/snippets/csharp-mode/params
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: /// <param>...</param>
+# key: comment
+# --
+
+/// <param name="$1">$0</param> \ No newline at end of file