mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 09:46:03 +02: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:
parent
abe6a193a8
commit
881f0f5f09
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue