feat: send didChange, didSave and didClose events to language server

This commit is contained in:
CJ van den Berg 2024-04-13 02:50:02 +02:00
parent 1288021682
commit 5375e1449e
5 changed files with 191 additions and 2 deletions

View file

@ -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") },
},
});