|
hoshi-lang dev
Yet another programming language
|
#include <protocol.h>
Public Attributes | |
| bool | resolveProvider = false |
| std::vector< std::string > | triggerCharacters = {".", ":", "\"", "/"} |
Definition at line 413 of file protocol.h.
| bool resolveProvider = false |
Definition at line 414 of file protocol.h.
Referenced by lsp::to_json().
| std::vector<std::string> triggerCharacters = {".", ":", "\"", "/"} |
Definition at line 415 of file protocol.h.
Referenced by lsp::to_json().