Skip to content

Commit 1d69f5e

Browse files
author
aws-scripting-guy
committed
corrected language binding
1 parent 82844d3 commit 1d69f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1",
8+
"version": "0.0.2",
99
"publisher": "aws-scripting-guy",
1010
"icon": "images/ManagementTools_CloudFormation.svg",
1111
"repository": {
@@ -21,7 +21,7 @@
2121
"contributes": {
2222
"snippets": [
2323
{
24-
"language": "JSON",
24+
"language": "javascript",
2525
"path": "./snippets/snippets.json"
2626
}
2727
]

0 commit comments

Comments
 (0)