|
hoshi-lang dev
Yet another programming language
|
#include <protocol.h>

Public Attributes | |
| VersionedTextDocumentIdentifier | textDocument |
| std::vector< TextDocumentContentChangeEvent > | contentChanges |
Definition at line 137 of file protocol.h.
| std::vector<TextDocumentContentChangeEvent> contentChanges |
Definition at line 139 of file protocol.h.
Referenced by lsp::from_json(), and LspServer::handleDidChange().
| VersionedTextDocumentIdentifier textDocument |
Definition at line 138 of file protocol.h.
Referenced by lsp::from_json(), and LspServer::handleDidChange().