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