Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Tripp
4a2665b940 Reformat zed.proto using 'buf format' 2024-09-30 21:43:58 -04:00
2 changed files with 1367 additions and 1365 deletions

View File

@@ -12,6 +12,9 @@
"tab_size": 2,
"formatter": "prettier"
},
"proto": {
"tab_size": 2
},
"JSON": {
"tab_size": 2,
"preferred_line_length": 100,

View File

@@ -732,7 +732,7 @@ message GetTypeDefinition {
uint64 buffer_id = 2;
Anchor position = 3;
repeated VectorClockEntry version = 4;
}
}
message GetTypeDefinitionResponse {
repeated LocationLink links = 1;
@@ -742,7 +742,7 @@ message GetImplementation {
uint64 buffer_id = 2;
Anchor position = 3;
repeated VectorClockEntry version = 4;
}
}
message GetImplementationResponse {
repeated LocationLink links = 1;
@@ -753,7 +753,7 @@ message GetReferences {
uint64 buffer_id = 2;
Anchor position = 3;
repeated VectorClockEntry version = 4;
}
}
message GetReferencesResponse {
repeated Location locations = 1;
@@ -764,7 +764,7 @@ message GetDocumentHighlights {
uint64 buffer_id = 2;
Anchor position = 3;
repeated VectorClockEntry version = 4;
}
}
message GetDocumentHighlightsResponse {
repeated DocumentHighlight highlights = 1;
@@ -1103,7 +1103,6 @@ message OnTypeFormattingResponse {
Transaction transaction = 1;
}
message LinkedEditingRange {
uint64 project_id = 1;
uint64 buffer_id = 2;