mirror of
https://github.com/google/nomulus
synced 2026-01-04 20:24:22 +00:00
Make cross referencing work in Kythe, take 2 (#1079)
* Make cross referencing work in Kythe, take 2 Per suggestions on b/184284124.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[
|
||||
{
|
||||
"pattern": "([^/]+/build/[^/]+)/(.*)",
|
||||
"pattern": "([^/]+/build/(.*)",
|
||||
"vname": {
|
||||
"corpus": "github.com/google/nomulus",
|
||||
"path": "@2@",
|
||||
"root": "@1@"
|
||||
"root": "external"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user