summaryrefslogtreecommitdiff
path: root/ted-internal.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-07 14:38:49 -0400
committerpommicket <pommicket@gmail.com>2023-09-07 14:38:49 -0400
commit815d652b570f53c989f62d0c7db847d7d6dfd940 (patch)
treec977583cfcc5b682a8cee5546bcf3c837014df1b /ted-internal.h
parentbb4b7774aabc2686f936935b02899b1aa0bf1f2b (diff)
textDocument/publishDiagnostics parsing
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h2
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_