Skip to content

Commit 5ed0e1e

Browse files
authored
Merge pull request #213 from matklad/matklad/authors
backfill missing authorship
2 parents 785f96e + af5c656 commit 5ed0e1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

blog/_posts/2023-07-24-durable-incrementality.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Durable Incrementality
2+
@matklad
23
:sectanchors:
34
:page-layout: post
45

blog/_posts/2023-12-26-the-heart-of-a-language-server.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= The Heart of a Language Server
2+
@matklad
23
:sectanchors:
34
:page-layout: post
45

@@ -17,7 +18,7 @@ Here's a seemingly random grab bag of IDE features:
1718
1819
What's common among them all?
1920
All these features are relative to the _current position_ of the cursor!
20-
The input is not only the state of the code at a give point in time, but a specific location in the source of a project, like `src/main.rs:90:2`.
21+
The input is not only the state of the code at a given point in time, but a specific location in the source of a project, like `src/main.rs:90:2`.
2122

2223
And the first thing a language server needs to do for any of the above features is to understand what is located at the given offset, semantically speaking.
2324
Is it an operator, like `+`?

0 commit comments

Comments
 (0)