From 815d652b570f53c989f62d0c7db847d7d6dfd940 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 7 Sep 2023 14:38:49 -0400 Subject: textDocument/publishDiagnostics parsing --- ted-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ted-internal.h') diff --git a/ted-internal.h b/ted-internal.h index 406ce55..49ca912 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -711,5 +711,7 @@ void ted_color_settings_for_message_type(MessageType type, ColorSetting *bg_colo void ted_load_fonts(Ted *ted); /// Free all of ted's fonts. void ted_free_fonts(Ted *ted); +/// process textDocument/publishDiagnostics request +void ted_process_publish_diagnostics(Ted *ted, LSPRequest *request); #endif // TED_INTERNAL_H_ -- cgit v1.2.3