mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
0.3.5
This commit is contained in:
parent
d1676e3ef0
commit
4077842ef2
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "any-rule",
|
"name": "any-rule",
|
||||||
"version": "0.3.4",
|
"version": "0.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"publisher": "russell",
|
"publisher": "russell",
|
||||||
"displayName": "any-rule",
|
"displayName": "any-rule",
|
||||||
"description": "你要的\"正则\"都在这!",
|
"description": "你要的\"正则\"都在这!",
|
||||||
"version": "0.3.4",
|
"version": "0.3.5",
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-push": "npm run test:rules && npm run build:md && git add README.md && git commit -m 'docs: 更新文档'"
|
"pre-push": "npm run test:rules && npm run build:md && git add README.md && git commit -m 'docs: 更新文档'"
|
||||||
@ -317,9 +317,13 @@
|
|||||||
"command": "extension.rule63",
|
"command": "extension.rule63",
|
||||||
"title": "$(rocket) zz: 匹配连续重复的字符"
|
"title": "$(rocket) zz: 匹配连续重复的字符"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "extension.rule64",
|
||||||
|
"title": "$(rocket) zz: 数字和英文字母组成,并且同时含有数字和英文字母"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "extension.rule.callByMenu",
|
"command": "extension.rule.callByMenu",
|
||||||
"title": "🦕正则大全(64条)"
|
"title": "🦕正则大全(65条)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user