Skip to content

Commit

Permalink
ficed the snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco5dev committed May 2, 2024
1 parent 7f1da1d commit fa04104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
7 changes: 3 additions & 4 deletions snippets/snippets.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@enity ${1:enityname} {",
" @description \"$2\",",
" @schema {",
" ${3:item}: ${4:type} { ${5:config}: ${6:value}; },,",
" ${3:item}: ${4:type} { ${5:config}: ${6:value}; $7 },",
" },",
" @enteries {",
" ($0),",
Expand All @@ -23,7 +23,7 @@
"prefix": ["schema"],
"body": [
"@schema {",
" ${1:item}: ${2:type} { ${3:config}: ${4:value}; },$0",
" ${1:item}: ${2:type} { ${3:config}: ${4:value}; $5 },$0",
"},"
],
"description": "Create a new Schema"
Expand All @@ -32,8 +32,7 @@
"prefix": ["enteries"],
"body": [
"@enteries {",
" (\"$1\",$2),",
" $0",
" (\"$1\",$2), $0",
"},"
],
"description": "Add a new enteries"
Expand Down
9 changes: 0 additions & 9 deletions test.sqon

This file was deleted.

0 comments on commit fa04104

Please sign in to comment.