feat: send didChange, didSave and didClose events to language server
This commit is contained in:
parent
1288021682
commit
5375e1449e
5 changed files with 191 additions and 2 deletions
|
@ -143,8 +143,10 @@ pub fn build(b: *std.Build) void {
|
|||
.{ .name = "log", .module = log_mod },
|
||||
.{ .name = "cbor", .module = cbor_mod },
|
||||
.{ .name = "thespian", .module = thespian_mod },
|
||||
.{ .name = "Buffer", .module = Buffer_mod },
|
||||
.{ .name = "tracy", .module = tracy_mod },
|
||||
.{ .name = "syntax", .module = syntax_dep.module("syntax") },
|
||||
.{ .name = "dizzy", .module = dizzy_dep.module("dizzy") },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue