From 0e83b6d8bf24ac59f16ddd69d12ac4e08571cd25 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Wed, 24 Sep 2025 11:40:04 +0200 Subject: Lots of new changes: - Made .gitignore allow by default (rather than manually specifying what I want) - Dropped pre-built (non-versioned) TS grammars and use built-in ones - Upload custom snippets (lol 1) --- etc/yasnippet/snippets/java-mode/StringBuffer | 5 +++++ etc/yasnippet/snippets/java-ts-mode/.yas-parents | 1 + 2 files changed, 6 insertions(+) create mode 100644 etc/yasnippet/snippets/java-mode/StringBuffer create mode 100644 etc/yasnippet/snippets/java-ts-mode/.yas-parents (limited to 'etc/yasnippet/snippets') diff --git a/etc/yasnippet/snippets/java-mode/StringBuffer b/etc/yasnippet/snippets/java-mode/StringBuffer new file mode 100644 index 0000000..51287d1 --- /dev/null +++ b/etc/yasnippet/snippets/java-mode/StringBuffer @@ -0,0 +1,5 @@ +# -*- 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 new file mode 100644 index 0000000..f524c91 --- /dev/null +++ b/etc/yasnippet/snippets/java-ts-mode/.yas-parents @@ -0,0 +1 @@ +java-mode -- cgit v1.3.1