Skip to content

Commit 87b956f

Browse files
committed
update
1 parent a8747cf commit 87b956f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
*.vsix
3+
*.DS_Store
34
//*.vscode
45
vsc-extension-quickstart.md

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Wux Weapp Snippets",
44
"description": "Wux Weapp Snippets for VS Code.",
55
"icon": "wux-weapp-snippets.png",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"homepage": "https://github.com/wux-weapp/wux-weapp-snippets/blob/master/README.md",
88
"bugs": {
99
"url": "https://github.com/wux-weapp/wux-weapp-snippets/issues"
@@ -27,6 +27,14 @@
2727
"Snippets"
2828
],
2929
"contributes": {
30+
"languages": [
31+
{
32+
"id": "wxml",
33+
"extensions": [
34+
".wxml"
35+
]
36+
}
37+
],
3038
"snippets": [
3139
{
3240
"language": "wxml",

0 commit comments

Comments
 (0)