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