diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/cc-mode/csharp-mode/namespace')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/cc-mode/csharp-mode/namespace | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/cc-mode/csharp-mode/namespace b/.emacs.d/mysnippets/text-mode/cc-mode/csharp-mode/namespace new file mode 100644 index 0000000..af7c928 --- /dev/null +++ b/.emacs.d/mysnippets/text-mode/cc-mode/csharp-mode/namespace | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx> | ||
| 2 | #name : namespace .. { ... } | ||
| 3 | # -- | ||
| 4 | namespace $1 | ||
| 5 | { | ||
| 6 | $0 | ||
| 7 | } | ||
