Skip to content

Commit 514e688

Browse files
author
aws-scripting-guy
committed
added support for .cform and .template file extensions
1 parent 913ba5a commit 514e688

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ Installation
3030
6. Restart Visual Studio Code
3131

3232
![Installation](https://raw.githubusercontent.com/aws-scripting-guy/cform-VSCode/master/assets/install_extension.gif)
33+
34+
Changelog
35+
-------------------
36+
0.0.6
37+
* added support for .cform and .template file extensions

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"Snippets"
2020
],
2121
"contributes": {
22+
"languages": [
23+
{
24+
"id": "json",
25+
"aliases": [],
26+
"extensions": [".cform","template"]
27+
}
28+
],
2229
"snippets": [
2330
{
2431
"language": "json",

0 commit comments

Comments
 (0)