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, 0 insertions, 7 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 deleted file mode 100644 index af7c928..0000000 --- a/.emacs.d/mysnippets/text-mode/cc-mode/csharp-mode/namespace +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx> | ||
| 2 | #name : namespace .. { ... } | ||
| 3 | # -- | ||
| 4 | namespace $1 | ||
| 5 | { | ||
| 6 | $0 | ||
| 7 | } | ||
