Skip to content

Commit

Permalink
Merge pull request #4 from coliff/master
Browse files Browse the repository at this point in the history
Add icon for VS Code
  • Loading branch information
GingerBear authored Nov 15, 2017
2 parents 65ee992 + 7f82129 commit 403fc20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "language-liquid",
"displayName": "Liquid Languages Support",
"description": "Liquid Languages Syntax Highlighter",
"version": "0.0.2",
"version": "0.0.3",
"icon": "icon.png",
"publisher": "neilding",
"engines": {
"vscode": "^1.0.0"
Expand All @@ -23,4 +24,4 @@
"path": "./syntaxes/liquid.tmLanguage"
}]
}
}
}

0 comments on commit 403fc20

Please sign in to comment.