yasnippet-snippets/snippets/csharp-mode/region

8 lines
169 B
Plaintext

# -*- mode: snippet -*-
# contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
# name: #region ... #endregion
# key: region
# --
#region $1
$0
#endregion