Skip to content

Commit

Permalink
removed now unnecessary snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed Jun 16, 2023
1 parent efa8916 commit 52f943d
Showing 1 changed file with 1 addition and 49 deletions.
50 changes: 1 addition & 49 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,4 @@
{
"Write string": {
"scope": "ddp",
"prefix": "Schreibe Text",
"body": [
"Schreibe den Text \"${1:Text hier}\"."
],
"description": "Schreibe Text"
},
"Write int": {
"scope": "ddp",
"prefix": "Schreibe Zahl",
"body": [
"Schreibe die Zahl ${1:$BLOCK_COMMENT_START Zahl $BLOCK_COMMENT_END}."
],
"description": "Schreibe Zahl"
},
"Write float": {
"scope": "ddp",
"prefix": "Schreibe Kommazahl",
"body": [
"Schreibe die Kommazahl ${1:$BLOCK_COMMENT_START Kommazahl $BLOCK_COMMENT_END}."
],
"description": "Schreibe Kommazahl"
},
"Write bool": {
"scope": "ddp",
"prefix": "Schreibe Boolean",
"body": [
"Schreibe den Boolean ${1:$BLOCK_COMMENT_START Boolean Ausdruck $BLOCK_COMMENT_END}."
],
"description": "Schreibe Boolean"
},
"Write char": {
"scope": "ddp",
"prefix": "Schreibe Buchstabe",
"body": [
"Schreibe den Buchstaben '${1:Zeichen}'."
],
"description": "Schreibe Buchstabe"
},
"Write": {
"scope": "ddp",
"prefix": "Schreibe",
"body": [
"Schreibe ${1:Wert}."
],
"description": "Schreibe Wert"
},
"For Loop": {
"scope": "ddp",
"prefix": "Für",
Expand Down Expand Up @@ -130,7 +82,7 @@
],
"description": "Duden Einbindung"
},
"Funct-NoPram": {
"Function-NoParam": {
"scope": "ddp",
"prefix": [
"Die Funktion",
Expand Down

0 comments on commit 52f943d

Please sign in to comment.