From 0b8b26b3f0818d552e7da25f0f592ba4fddb86d0 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Wed, 10 Jul 2024 15:13:39 +0200 Subject: [PATCH] Beitrag Code Snippet --- .vscode/xml.code-snippets | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.vscode/xml.code-snippets b/.vscode/xml.code-snippets index 4a3fd90..cd704ac 100644 --- a/.vscode/xml.code-snippets +++ b/.vscode/xml.code-snippets @@ -49,7 +49,7 @@ "prefix": "weltnachrichten", "body": [ "", - "\t", + "\t", "\t", "" ] @@ -60,17 +60,28 @@ "prefix": "wechselkurse", "body": [ "", - "\t", + "\t", "\t", "" ] }, + "Beitrag": { + "scope": "xml", + "prefix": "beitrag", + "body": [ + "", + "\t", + "\t${4}", + "" + ] + }, + "Vermerk": { "scope": "xml", "prefix": "vermerk", "body": [ - "${1:Text}", + "${1}", ] }, @@ -78,7 +89,7 @@ "scope": "xml", "prefix": "anmerkung", "body": [ - "${1:Text}", + "${1}", ] },