Skip to content

Commit a9c4d31

Browse files
authored
Merge pull request #10 from supabase/kiwicopple-patch-3
spelling, readability
2 parents 6048808 + d7bdf93 commit a9c4d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# Postgres Language Server
44

5-
A Language Server for Postgres. Not SQL with flavours, just Postgres.
5+
A Language Server for Postgres. Not SQL with flavors, just Postgres.
66

77
## Status
88

99
🚧 This is in active development and is only ready for experimental use.
1010

1111
## Features
1212

13-
The [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) is an open protocol between code editors and servers that provide the code intelligence tools you are used to work with such as code completion and syntax highlighting. This project implements such a language server for Postgres, significantly enhancing the dx right within your favorite editor by adding:
13+
The [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) is an open protocol between code editors and servers to provide code intelligence tools such as code completion and syntax highlighting. This project implements such a language server for Postgres, significantly enhancing the developer experience within your favorite editor by adding:
1414

1515
- Semantic Highlighting
1616
- Syntax Error Diagnostics
@@ -90,7 +90,7 @@ lsp.configure("postgres_lsp", {force_setup = true})
9090
## Acknowledgments
9191

9292
- [rust-analyzer](https://github.com/rust-lang/rust-analyzer) for implementing such a robust, well documented, and feature-rich language server. Great place to learn from.
93-
- [squawk](https://github.com/sbdchd/squawk) and [pganalyze](https://pganalyze.com) for inspiring the use of libg_query.
93+
- [squawk](https://github.com/sbdchd/squawk) and [pganalyze](https://pganalyze.com) for inspiring the use of libpg_query.
9494

9595
## Footnotes
9696

0 commit comments

Comments
 (0)