summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/yasnippet/snippets/java-mode/StringBuffer5
-rw-r--r--etc/yasnippet/snippets/java-ts-mode/.yas-parents1
2 files changed, 0 insertions, 6 deletions
diff --git a/etc/yasnippet/snippets/java-mode/StringBuffer b/etc/yasnippet/snippets/java-mode/StringBuffer
deleted file mode 100644
index 51287d1..0000000
--- a/etc/yasnippet/snippets/java-mode/StringBuffer
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: StringBuffer
-# key: sb
-# --
-StringBuffer $1 = new StringBuffer($2); \ No newline at end of file
diff --git a/etc/yasnippet/snippets/java-ts-mode/.yas-parents b/etc/yasnippet/snippets/java-ts-mode/.yas-parents
deleted file mode 100644
index f524c91..0000000
--- a/etc/yasnippet/snippets/java-ts-mode/.yas-parents
+++ /dev/null
@@ -1 +0,0 @@
-java-mode