|
hoshi-lang dev
Yet another programming language
|
#include <protocol.h>
Public Attributes | |
| bool | openClose = true |
| int | change = 1 |
| bool | willSave = false |
| bool | willSaveWaitUntil = false |
| bool | didSave = false |
Definition at line 396 of file protocol.h.
| int change = 1 |
Definition at line 398 of file protocol.h.
Referenced by lsp::to_json().
| bool didSave = false |
Definition at line 401 of file protocol.h.
| bool openClose = true |
Definition at line 397 of file protocol.h.
Referenced by lsp::to_json().
| bool willSave = false |
Definition at line 399 of file protocol.h.
Referenced by lsp::to_json().
| bool willSaveWaitUntil = false |
Definition at line 400 of file protocol.h.
Referenced by lsp::to_json().