summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-22 23:24:08 -0500
committerpommicket <pommicket@gmail.com>2022-12-22 23:24:08 -0500
commitb906df08a805e704e45cb7f2bc4b31e83d3222fe (patch)
tree759104ff30431544ebda005abad7e9cd89388b90 /lsp.h
parent08b2a1e746a871ae38f78bb8a26bb39bc9f304f6 (diff)
deprecated support!
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lsp.h b/lsp.h
index 0aa8628..612b370 100644
--- a/lsp.h
+++ b/lsp.h
@@ -207,6 +207,8 @@ typedef struct {
// note: the items are sorted here in this file,
// so you probably don't need to access this.
LSPString sort_text;
+ // is this function/type/whatever deprecated?
+ bool deprecated;
// type of completion
LSPCompletionKind kind;
} LSPCompletionItem;