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 a8747cf commit 87b956fCopy full SHA for 87b956f
.gitignore
@@ -1,4 +1,5 @@
1
node_modules
2
*.vsix
3
+*.DS_Store
4
//*.vscode
5
vsc-extension-quickstart.md
package.json
@@ -3,7 +3,7 @@
"displayName": "Wux Weapp Snippets",
"description": "Wux Weapp Snippets for VS Code.",
"icon": "wux-weapp-snippets.png",
6
- "version": "0.0.1",
+ "version": "0.0.2",
7
"homepage": "https://github.com/wux-weapp/wux-weapp-snippets/blob/master/README.md",
8
"bugs": {
9
"url": "https://github.com/wux-weapp/wux-weapp-snippets/issues"
@@ -27,6 +27,14 @@
27
"Snippets"
28
],
29
"contributes": {
30
+ "languages": [
31
+ {
32
+ "id": "wxml",
33
+ "extensions": [
34
+ ".wxml"
35
+ ]
36
+ }
37
+ ],
38
"snippets": [
39
{
40
"language": "wxml",
0 commit comments