diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 23:24:08 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 23:24:08 -0500 |
commit | b906df08a805e704e45cb7f2bc4b31e83d3222fe (patch) | |
tree | 759104ff30431544ebda005abad7e9cd89388b90 /lsp.h | |
parent | 08b2a1e746a871ae38f78bb8a26bb39bc9f304f6 (diff) |
deprecated support!
Diffstat (limited to 'lsp.h')
-rw-r--r-- | lsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |