mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"name": "Gerrit",
|
|
"website": "http://www.gerritcodereview.com",
|
|
"matches": [
|
|
{
|
|
"regexp": ">Gerrit Code Review</a>\\s*\"\\s*\\(([0-9.]+)\\)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<(?:div|style) id=\"gerrit_"
|
|
},
|
|
{
|
|
"search": "meta[title]",
|
|
"regexp": "^Gerrit Code Review$"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "^gerrit_ui/gerrit_ui"
|
|
}
|
|
],
|
|
"implies": [
|
|
"Java",
|
|
"git"
|
|
]
|
|
} |