Skip to content

Commit

Permalink
chore(snippets): keywords should not include the tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Aug 31, 2024
1 parent 07038ef commit c788f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tags.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "A new tag",
"body": [
"[$1]",
"keywords = [\"$1\", \"$2\"]",
"keywords = [\"$2\"]",
"content = \"\"\"",
"$3",
"\"\"\"",
Expand Down

0 comments on commit c788f94

Please sign in to comment.