Skip to content

Commit

Permalink
add logo, bump package and prepare for vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
lachieh committed Jul 16, 2018
1 parent ea7673b commit 751dca0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Perch Language Support

This package adds support for perch template tags inside of HTML files.
This package adds support for perch template tags inside of HTML files. This is a community extensions and has nothing to do with the developers of the Perch CMS. For bugs, please use the [Issues](https://github.com/lachieh/perch-language-support/issues) tab.

## Features

Expand All @@ -15,7 +15,7 @@ Feel free to suggest other improvements and suggestions. Pull Requests for bugs,

## Known Issues

This scope works inside of embedded script tags (i.e. `<script>`), though the [js] linter gets confused about syntax inside them.
This scope works inside of embedded script tags (i.e. `<script>`), though the `[js]` linter gets confused about syntax inside them.

## Release Notes

Expand Down
Binary file added images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion package.json
Expand Up @@ -2,15 +2,39 @@
"name": "perch-language-support",
"displayName": "Perch Language Support",
"description": "Language Support for the Perch CMS Template files",
"version": "0.0.1",
"version": "1.0.0",
"publisher": "lachieh",
"engines": {
"vscode": "^1.25.0"
},
"license": "MIT",
"author": {
"email": "lachlan@hellotimber.com",
"name": "Lachlan Heywood",
"url": "http://hellotimber.com"
},
"repository": {
"type": "git",
"url": "https://github.com/lachieh/perch-language-support"
},
"bugs": {
"url": "https://github.com/lachieh/perch-language-support/issues"
},
"categories": [
"Programming Languages",
"Snippets"
],
"keywords": [
"snippet",
"perch",
"language"
],
"preview": false,
"homepage": "https://github.com/lachieh/perch-language-support",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#9fc7dd"
},
"contributes": {
"grammars": [{
"scopeName": "text.html.perch",
Expand Down

0 comments on commit 751dca0

Please sign in to comment.