diff options
Diffstat (limited to 'Doom/.doom.d/snippets/csharp-mode/params')
-rw-r--r-- | Doom/.doom.d/snippets/csharp-mode/params | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doom/.doom.d/snippets/csharp-mode/params b/Doom/.doom.d/snippets/csharp-mode/params new file mode 100644 index 0000000..b781710 --- /dev/null +++ b/Doom/.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 |