Skip to content

Commit

Permalink
fix: remove extra space in snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Sep 17, 2023
1 parent 7c020cb commit 2797b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abell-language-features",
"displayName": "Abell Language Features",
"description": "Syntax Highlighting for .abell files. Learn more about Abell at https://abelljs.org/",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "saurabh",
"author": {
"name": "saurabhdaware"
Expand Down
2 changes: 1 addition & 1 deletion snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Abell-Declaration Block": {
"prefix": "declaration",
"body": [
"{{\n\t/** @declaration */\n\n\t$0\n}}"
"{{\n\t/** @declaration */\n\t$0\n}}"
],
"description": "Declaration block to declare variables in abell"

Expand Down

0 comments on commit 2797b34

Please sign in to comment.