1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00
Files
nomulus/vnames.json
Lai Jiang 881f0f5f09 Make cross referencing work in Kythe, take 2 (#1079)
* Make cross referencing work in Kythe, take 2

Per suggestions on b/184284124.
2021-04-14 09:13:05 -04:00

26 lines
446 B
JSON

[
{
"pattern": "([^/]+/build/(.*)",
"vname": {
"corpus": "github.com/google/nomulus",
"path": "@2@",
"root": "external"
}
},
{
"pattern": ".*/.gradle/caches/(.*)",
"vname": {
"corpus": "github.com/google/nomulus",
"path": "@1@",
"root": ".gradle/caches"
}
},
{
"pattern": "(.*)",
"vname": {
"corpus": "github.com/google/nomulus",
"path": "@1@"
}
}
]