Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/handlers.rs')
| -rw-r--r-- | helix-view/src/handlers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/handlers.rs b/helix-view/src/handlers.rs index 86217c23..258ed89e 100644 --- a/helix-view/src/handlers.rs +++ b/helix-view/src/handlers.rs @@ -21,6 +21,7 @@ pub struct Handlers { pub completions: CompletionHandler, pub signature_hints: Sender<lsp::SignatureHelpEvent>, pub auto_save: Sender<AutoSaveEvent>, + pub document_colors: Sender<lsp::DocumentColorsEvent>, } impl Handlers { |