docs: 更新文档

This commit is contained in:
宁宁 2019-08-02 16:32:59 +08:00
parent c743159614
commit 03b21202c9
2 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,8 @@
"正则大全"的vscode插件 "正则大全"的vscode插件
## 使用 ## 使用
进入vscode后按**F1**,输入"zz"可以看到所有的正则列表, 或者输入你想要搜索的正则, 比如"手机". 1. 进入vscode后按**F1**.
2. 输入**"zz"**可以看到所有的正则列表.
3. 或者输入你想要搜索的正则, 比如"手机".
![](https://user-gold-cdn.xitu.io/2019/8/2/16c516c446d09f3b?w=420&h=243&f=gif&s=2557806) ![预览动画加载中...](https://user-gold-cdn.xitu.io/2019/8/2/16c516c446d09f3b?w=420&h=243&f=gif&s=2557806)

View File

@ -3,7 +3,7 @@
"publisher": "russell", "publisher": "russell",
"displayName": "any-rule", "displayName": "any-rule",
"description": "你要的\"正则\"都在这!", "description": "你要的\"正则\"都在这!",
"version": "0.0.2", "version": "0.0.1",
"engines": { "engines": {
"vscode": "^1.36.0" "vscode": "^1.36.0"
}, },
@ -271,6 +271,7 @@
] ]
}, },
"scripts": { "scripts": {
"build": "vsce package",
"vscode:prepublish": "npm run compile", "vscode:prepublish": "npm run compile",
"compile": "tsc -p ./", "compile": "tsc -p ./",
"watch": "tsc -watch -p ./", "watch": "tsc -watch -p ./",