|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|

Functions | |
| LSPDocument * | lsp_document_open (LSPServer *server, const char *uri, const char *content, int version) |
| bool | lsp_document_update (LSPServer *server, const char *uri, const char *content, int version) |
| bool | lsp_document_close (LSPServer *server, const char *uri) |
| LSPDocument * | lsp_document_find (LSPServer *server, const char *uri) |
| bool | lsp_document_analyze (LSPDocument *doc, LSPServer *server, BuildConfig *config) |
| Token * | lsp_token_at_position (LSPDocument *doc, LSPPosition position) |
| Symbol * | lsp_symbol_at_position (LSPDocument *doc, LSPPosition position) |
| bool lsp_document_analyze | ( | LSPDocument * | doc, |
| LSPServer * | server, | ||
| BuildConfig * | config | ||
| ) |
| bool lsp_document_close | ( | LSPServer * | server, |
| const char * | uri | ||
| ) |
| LSPDocument * lsp_document_find | ( | LSPServer * | server, |
| const char * | uri | ||
| ) |
| LSPDocument * lsp_document_open | ( | LSPServer * | server, |
| const char * | uri, | ||
| const char * | content, | ||
| int | version | ||
| ) |
| bool lsp_document_update | ( | LSPServer * | server, |
| const char * | uri, | ||
| const char * | content, | ||
| int | version | ||
| ) |
| Symbol * lsp_symbol_at_position | ( | LSPDocument * | doc, |
| LSPPosition | position | ||
| ) |
| Token * lsp_token_at_position | ( | LSPDocument * | doc, |
| LSPPosition | position | ||
| ) |