|
hoshi-lang dev
Yet another programming language
|
#include "server.h"#include "completion.h"#include "hover.h"#include "definition.h"#include <climits>#include <iostream>#include <filesystem>#include <sstream>#include <share/def.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | lsp |
Functions | |
| static int | safeInt (yoi::indexT v) |
| static lsp::SymbolKind | mapSymbolKind (HoshiSymbolKind k) |
| static DocumentSymbol | documentSymbolFor (const Symbol &symbol) |
| static void | extendRangeToInclude (Range &range, const Range &child) |