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:
Lai Jiang 2021-04-14 09:13:05 -04:00 committed by GitHub
parent e0620fef3d
commit 5846a629d0

View file

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