diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 22:56:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 22:56:18 -0500 |
commit | b9ac4215ef8d02ad6da257315891c408bc395165 (patch) | |
tree | 3b7297102da65890944989f730dd1217c6931f7c /lsp.c | |
parent | 266af5ed551765ca22cb90819f570ff9371e279b (diff) |
start capabilities
Diffstat (limited to 'lsp.c')
-rw-r--r-- | lsp.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#define write_bool lsp_write_bool + static void lsp_request_free(LSPRequest *r); static void lsp_response_free(LSPResponse *r); @@ -411,3 +413,5 @@ SymbolKind lsp_completion_kind_to_ted(LSPCompletionKind kind) { return SYMBOL_KEYWORD; } } + +#undef write_bool |