Skip to content

Commit

Permalink
corrected to support json filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-scripting-guy committed Jan 24, 2016
1 parent b2fc756 commit c16c981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,12 +9,12 @@ Usage

1. Install the extension
2. Create **new file**
3. Set syntax to **JavaScript**
3. Set syntax to **JSON**
4. Type **start** and press ```tab``` key to populate basic template skeleton
5. **Start typing** desired **resource name** and hit ```tab``` key


> **Note:**Syntax have to be set to JavaScript for now. I will try to manage file extension in next release.
> **Note:**CloudFormation support works with JSON syntax selected or .json file extension. I will try to manage more file extensions in next release.
![New template file](https://raw.githubusercontent.com/aws-scripting-guy/cform-VSCode/master/assets/new_template_file.gif)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"name": "cform",
"displayName": "CloudFormation",
"description": "VS Code Plugin for CloudFormation",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "aws-scripting-guy",
"icon": "images/ManagementTools_CloudFormation.svg",
"repository": {
Expand All @@ -21,7 +21,7 @@
"contributes": {
"snippets": [
{
"language": "javascript",
"language": "json",
"path": "./snippets/snippets.json"
}
]
Expand Down

0 comments on commit c16c981

Please sign in to comment.