diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/cc-mode/csharp-mode/comment')
-rw-r--r-- | emacs.d/snippets/text-mode/cc-mode/csharp-mode/comment | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/cc-mode/csharp-mode/comment b/emacs.d/snippets/text-mode/cc-mode/csharp-mode/comment new file mode 100644 index 0000000..3bd20d3 --- /dev/null +++ b/emacs.d/snippets/text-mode/cc-mode/csharp-mode/comment @@ -0,0 +1,6 @@ +#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx> +#name : /// <summary> ... </summary> +# -- +/// <summary> +/// $1 +/// </summary> |