emacs-prelude/vendor/yasnippet/snippets/csharp-mode/using.2

5 lines
130 B
Groff
Raw Normal View History

2012-02-17 22:12:32 +02:00
# contributor: Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
# name: using System....;
# key: using
# --
using System.$1;