Skip to content

Commit c16c981

Browse files
author
aws-scripting-guy
committed
corrected to support json filetype
1 parent b2fc756 commit c16c981

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Usage
99

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

1616

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "cform",
66
"displayName": "CloudFormation",
77
"description": "VS Code Plugin for CloudFormation",
8-
"version": "0.0.3",
8+
"version": "0.0.4",
99
"publisher": "aws-scripting-guy",
1010
"icon": "images/ManagementTools_CloudFormation.svg",
1111
"repository": {
@@ -21,7 +21,7 @@
2121
"contributes": {
2222
"snippets": [
2323
{
24-
"language": "javascript",
24+
"language": "json",
2525
"path": "./snippets/snippets.json"
2626
}
2727
]

0 commit comments

Comments
 (0)