diff options
Diffstat (limited to 'oni-csharp/snippets')
| -rw-r--r-- | oni-csharp/snippets/csharp-mode/testm | 9 | ||||
| -rw-r--r-- | oni-csharp/snippets/nxml-mode/Import | 6 |
2 files changed, 0 insertions, 15 deletions
diff --git a/oni-csharp/snippets/csharp-mode/testm b/oni-csharp/snippets/csharp-mode/testm deleted file mode 100644 index 4bd243d..0000000 --- a/oni-csharp/snippets/csharp-mode/testm +++ /dev/null @@ -1,9 +0,0 @@ -# -*- mode: snippet -*- -# name: Test Method -# key: testm -# -- -[TestMethod] -public void ${1:TestMethod}() -{ - $0 -}
\ No newline at end of file diff --git a/oni-csharp/snippets/nxml-mode/Import b/oni-csharp/snippets/nxml-mode/Import deleted file mode 100644 index bddbf3f..0000000 --- a/oni-csharp/snippets/nxml-mode/Import +++ /dev/null @@ -1,6 +0,0 @@ -# -*- mode: snippet -*- -# name: Import -# key: imp -# condition: (string-suffix-p ".proj" (buffer-file-name)) -# -- -<Import Project="$1"/> |
