summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/lsTextDocumentItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/lsTextDocumentItem.h')
-rw-r--r--Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/lsTextDocumentItem.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/lsTextDocumentItem.h b/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/lsTextDocumentItem.h
index 4d9b4ccc9f7..c5bc915132c 100644
--- a/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/lsTextDocumentItem.h
+++ b/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/lsTextDocumentItem.h
@@ -7,20 +7,20 @@
//An item to transfer a text document from the client to the server.
struct lsTextDocumentItem {
- // The text document's URI.
- lsDocumentUri uri;
+ // The text document's URI.
+ lsDocumentUri uri;
- // The text document's language identifier.
- std::string languageId;
+ // The text document's language identifier.
+ std::string languageId;
- // The version number of this document (it will strictly increase after each
- // change, including undo/redo).
- int version = 0;
+ // The version number of this document (it will strictly increase after each
+ // change, including undo/redo).
+ int version = 0;
- // The content of the opened text document.
- std::string text;
+ // The content of the opened text document.
+ std::string text;
- MAKE_SWAP_METHOD(lsTextDocumentItem, uri, languageId, version, text)
+ MAKE_SWAP_METHOD(lsTextDocumentItem, uri, languageId, version, text)
};
-MAKE_REFLECT_STRUCT(lsTextDocumentItem, uri, languageId, version, text) \ No newline at end of file
+MAKE_REFLECT_STRUCT(lsTextDocumentItem, uri, languageId, version, text)