We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913ba5a commit 514e688Copy full SHA for 514e688
README.md
@@ -30,3 +30,8 @@ Installation
30
6. Restart Visual Studio Code
31
32

33
+
34
+Changelog
35
+-------------------
36
+0.0.6
37
+* added support for .cform and .template file extensions
package.json
@@ -19,6 +19,13 @@
19
"Snippets"
20
],
21
"contributes": {
22
+ "languages": [
23
+ {
24
+ "id": "json",
25
+ "aliases": [],
26
+ "extensions": [".cform","template"]
27
+ }
28
+ ],
29
"snippets": [
{
"language": "json",
0 commit comments