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