Refactor Support.

This commit is contained in:
ykiko
2024-12-04 01:12:40 +08:00
parent ac7ce3aa6a
commit 2baea3800a
26 changed files with 1173 additions and 600 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "Location.h"
#include "Support/Reflection.h"
namespace clice::proto {
@@ -25,7 +24,9 @@ struct TextDocumentIdentifier {
DocumentUri uri;
};
CLICE_RECORD(VersionedTextDocumentIdentifier, TextDocumentIdentifier) {
struct VersionedTextDocumentIdentifier {
/// The text document's URI.
DocumentUri uri;
/// The version number of this document.
///
/// The version number of a document will increase after each change,