feat: first (mostly) working version of goto_definition command
Tested only with zls and clangd so far.
This commit is contained in:
parent
7e17f713e7
commit
fc15c8bda6
6 changed files with 186 additions and 56 deletions
|
@ -144,6 +144,7 @@ pub fn build(b: *std.Build) void {
|
|||
.{ .name = "cbor", .module = cbor_mod },
|
||||
.{ .name = "thespian", .module = thespian_mod },
|
||||
.{ .name = "tracy", .module = tracy_mod },
|
||||
.{ .name = "syntax", .module = syntax_dep.module("syntax") },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue