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}",
]
},