diff options
Diffstat (limited to 'ted-internal.h')
-rw-r--r-- | ted-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ |