2022-08-26 19:23:07 +01:00
|
|
|
comptime {
|
2022-08-26 15:45:22 +01:00
|
|
|
_ = @import("sessions.zig");
|
|
|
|
|
|
|
|
// TODO Lifecycle Messages
|
|
|
|
|
|
|
|
// TODO Document Synchronization
|
|
|
|
|
2022-08-26 15:51:43 +01:00
|
|
|
// LSP features
|
|
|
|
_ = @import("lsp_features/semantic_tokens.zig");
|
2022-08-26 15:53:02 +01:00
|
|
|
_ = @import("lsp_features/inlay_hints.zig");
|
2022-08-26 15:45:22 +01:00
|
|
|
|
2022-08-26 15:53:44 +01:00
|
|
|
// Language features
|
|
|
|
_ = @import("language_features/cimport.zig");
|
2022-08-26 15:51:43 +01:00
|
|
|
}
|