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

Public Attributes | |
| std::string | uri |
| std::string | languageId |
| int | version |
| std::string | text |
Definition at line 97 of file protocol.h.
| std::string languageId |
Definition at line 99 of file protocol.h.
Referenced by lsp::from_json(), and LspServer::handleDidOpen().
| std::string text |
Definition at line 101 of file protocol.h.
Referenced by lsp::from_json(), and LspServer::handleDidOpen().
| std::string uri |
Definition at line 98 of file protocol.h.
Referenced by lsp::from_json(), and LspServer::handleDidOpen().
| int version |
Definition at line 100 of file protocol.h.
Referenced by lsp::from_json(), and LspServer::handleDidOpen().