Skip to content

Commit 14e74cf

Browse files
committed
v0.1.5
1 parent b796561 commit 14e74cf

File tree

3 files changed

+6
-191
lines changed

3 files changed

+6
-191
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This extension adds Vue 2 Code Snippets and Syntax Highlight into Visual Studio
44

55
这个插件基于最新的 [Vue 官方语法高亮文件](https://github.com/vuejs/vue-syntax-highlight/blob/master/vue.tmLanguage)添加了Syntax Highlight,并且依据 Vue 2 的 API 添加了Code Snippets。
66

7-
[![](http://vsmarketplacebadge.apphb.com/version/hollowtree.vue-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets)
8-
[![](http://vsmarketplacebadge.apphb.com/installs/hollowtree.vue-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets)
7+
[![](https://vsmarketplacebadge.apphb.com/version/hollowtree.vue-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets)
8+
[![](https://vsmarketplacebadge.apphb.com/installs/hollowtree.vue-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets)
99

1010

1111
### It looks like:
@@ -156,6 +156,9 @@ Including most of the API of Vue.js 2. You can type `vcom`, choose `VueConfigOpt
156156
[vue-syntax-highlight (vue.tmLanguage)](https://github.com/vuejs/vue-syntax-highlight/blob/master/vue.tmLanguage)
157157

158158
--------------------------------------
159+
##### 2017/09/17 (0.1.5)
160+
* Fix and update sinppets
161+
159162
##### 2017/03/12 (0.1.1)
160163
* Add support .pug files (thanks to [Gregory Bass](https://github.com/GriNAME))
161164

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"icon": "img/logo.png",
77
"description": "A Vue.js 2 Extension",
88
"license": "MIT",
9-
"version": "0.1.4",
9+
"version": "0.1.5",
1010
"engines": {
1111
"vscode": "^1.5.0"
1212
},

readme.marketplace.md

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)