add lisp packages
This commit is contained in:
6
lisp/yasnippet-snippets/snippets/csharp-mode/comment.3
Normal file
6
lisp/yasnippet-snippets/snippets/csharp-mode/comment.3
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
# name: /// <exception cref="..."> ... </exception>
|
||||
# key: comment
|
||||
# --
|
||||
/// <exception cref="$1">$2</exception>
|
||||
Reference in New Issue
Block a user