Files
emacs/lisp/yasnippet-snippets/snippets/csharp-mode/region
2020-12-05 21:29:49 +01:00

8 lines
169 B
Plaintext

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